I have a problem in setting up django.
My situation: I have Anaconda Python 2.7 in my Windows 8 computer. On the Anaconda command prompt window, I type: pip instal
pip instal
You need to include a . after you create the project.
.
Eg: django-admin.py startproject newproject .
django-admin.py startproject newproject .
This will allow you to run python manage.py runserver from where you are.
python manage.py runserver