Answer the question
In order to leave comments, you need to log in
django-admin.py startproject mysite not working. How to fix?
Good afternoon! I am new to web development. Win 8 , Ipython 3.4.
I downloaded Django, installed it (python setup.py install). Everything was installed.
Import django and import of other classes from the library also work.
I decided to create my own project, created a folder on the Desktop Django_tutorial and, as instructed in the command window, wrote django-admin.py startproject mysite
To which I received an answer
Help me figure out what's wrong?
Thank you very much in advance
Answer the question
In order to leave comments, you need to log in
The system is unaware of a script called startproject(.py). You need to either write the full path to the script when calling it, or add the path where it is located in the PATH environment variable.
Run the 'dir' command. Is there a file at all in the place where you are trying to run it?
https://ru.wikipedia.org/wiki/PATH_(%D0%BF%D0%B5%D...
stackoverflow.com/questions/17836416/add-django-ad...
specify explicitly first, namely python3 django-admin.py startproject mysite
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question