Short introduction of this django project.
What is project depends on.
Add application
django_app_template
to theINSTALLED_APPS
list.Run
./manage.py syncdb
to create all neccessary tables.Add these variables to the settings.py:
APP_MESSAGE = 'blah minor'