This is a template for creating Django apps (using Django's facility for such) in a mySociety-ish way. It's probably not all that useful to you unless you are a mySociety developer, or are interested in how we do things.
Assuming you already have a Django project setup and running, just run the following from within your virtualenv (replace app_name with what you'd like your app to be called):
$ ./manage.py startapp --extension md --template=https://github.com/mysociety/django-app-template/archive/master.zip app_name
We have a similar template for creating whole new Django projects: https://github.com/mysociety/django-project-template
The following Django template will be used to generate a basic README for your app - you can probably delete it if you don't want a separate README.
Put a top-level description of your app here.