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_namecd Folder_Namedjango-admin startproject
Project_Namepython manage.py
startapp App_namepython 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.