Skip to content

nyimbi/django-application-template

 
 

Repository files navigation

Django Application Template

This is a default template for use on really large django projects. It includes all the necessary files for that purpose including signals, queries (for business logic), urls, admin, views and other necessary files

How to Use

django-admin.py startapp --template=https://github.com/nyimbi/django-application-template/zipball/master <app_name>

Packages

No packages published

Languages

  • Python 100.0%