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
you need to change your directory to the directory of the project.
activate environment_name
cd Folder_Name
django-admin startproject
Project_Name
python manage.py
startapp App_name
python manage.py runserver
, then
you should get a link in the terminal. copy and paste that link in
the browser and you should see a successful page.