E
E
Eva052016-09-02 11:25:50
Django
Eva05, 2016-09-02 11:25:50

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 4f7fc6d2881f4a1b9ae28f66cb5dc88a.png
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

4 answer(s)
I
ingerbird, 2016-09-02
@Eva05

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.

D
Dmitry, 2016-09-02
@zmitrok62

Run the 'dir' command. Is there a file at all in the place where you are trying to run it?

P
planc, 2016-09-02
@planc

https://ru.wikipedia.org/wiki/PATH_(%D0%BF%D0%B5%D...
stackoverflow.com/questions/17836416/add-django-ad...

A
Andrey Voskresensky, 2016-09-03
@Voskresenskyi

specify explicitly first, namely python3 django-admin.py startproject mysite

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question