First you have to open Terminal in your Pc/Laptop and type the below commands.
pip install django
django-admin startproject projectname
Congrats!! your first project is created by Django, now you can check on a local server in your browser with the below command.
python manage.py runserver
If you’re getting any error regarding python not available please visit https://coderssnippet.com/django/
Excellent !!
Can you please more post asap, so I can go forward ⏩.
[…] you don’t have ay idea how to create new projects in Django you can visit this https://coderssnippet.com/django-python/ […]