- create and active your virtual environment (tested on Python 2.7)
- install requirements:
make req
- run migrations (initial data in it)
make migrare
- run project itself
make run
make shell
- run shell_plusmake syncdb
- sync datavasemake test
- run testsmake load
- load fixturesmake run
- run servermake req
- install requirements
python manage.py models
- displays all project models and the count of objects in every model
- apps in apps/ folder
- use per-app templates folders
- use per-app static folders
- use migrations
- use settings.local for different environments
- common templates live in templates/
- common static lives in assets/
- management commands should be proxied to single word make commands, e.g make test