Reputation: 133
Django server isn't working on the command: python manage.py runserver
(on providing the port number as well)
I'm using windows 8, the path is set in environment variables. I've tried re-installing both python and django but it didn't help.
Upvotes: 1
Views: 1383
Reputation: 9672
I share the similar problem. I solved it by just running Python 2.7x.
While working with the runiserver
python manage.py runserver --noreload
also worked for me - at least for a while. Maybe install an older version of Django?
Upvotes: 1
Reputation: 133
I've not literally found a solution... however it worked when I used python 2.7.13 (this creates a folder where you've scripts, easy_install etc., but I couldn't find a folder "Python" when I was using Python 3.6.1)
Upvotes: 0