Skip to content

fusionbox/django-project-template

Repository files navigation

{{ 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 }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published