{{ short description }}
- git clone origin:{{ project_name }} {{ project_name }}
- cd {{ project_name }}
- mkvirtualenv {{ project_name }}
- pip install -r requirements.txt
- python manage.py syncdb
- python manage.py migrate
{{ brief overview }}
{{ notes }}
{{ notes }}
- {{ your name }}