Try using “$ django-admin startproject myproject”, the myproject should be the folder that contains your project.
If that doesn’t work try checking this website: https://www.tutorialspoint.com/django/django_creating_project.htm
And follow the steps.
1
solved How to create django project [closed]