django problem

by: ant3041, 9 years ago


When i go to create mysite folder i get the error C:UsersTonySmithDesktopdjangotut>django - admin startproject mysite
'django' is not recognized as an internal or external command,
operable program or batch file.
so i tried to find django i get the following
:UsersTonySmithDesktopdjangotut>pip install django
Requirement already satisfied (use --upgrade to upgrade): django in c:userstonysmithanaconda3libsite-packages
so I do have django how can I fix this

thank you
Anthony



You must be logged in to post. Please login or register an account.



Sounds like it wasn't added to the path during install. See here: http://stackoverflow.com/questions/17836416/add-django-admin-py-path-to-command-line-on-windows-7

-Harrison 9 years ago

You must be logged in to post. Please login or register an account.