Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 385 Bytes

File metadata and controls

26 lines (17 loc) · 385 Bytes

{{ project_name }}

{{ short description }}

INSTALL

  1. git clone origin:{{ project_name }} {{ project_name }}
  2. cd {{ project_name }}
  3. mkvirtualenv {{ project_name }}
  4. pip install -r requirements.txt
  5. python manage.py syncdb
  6. python manage.py migrate

INSTALLED APPS

{{ brief overview }}

App 1

{{ notes }}

App 2

{{ notes }}

AUTHORS

  • {{ your name }}