Skip to content

mysociety/django-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mySociety's Django app template

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.

Usage

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

See also

We have a similar template for creating whole new Django projects: https://github.com/mysociety/django-project-template

README Generation

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.

{{ app_name|capfirst }}

Put a top-level description of your app here.

About

A mySociety-specific Django app template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages