If you dont have a python env setup yet, follow the instructions in python_env.md
.
Installing django
Setting up django for a new project
Installing django
Once your python env is setup:
pip install Django==1.8.2
Create a new porject
django-admin.py startproject <name>
This creates the following file structure