Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

lightson/django-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Boilerplate

A barebones default layout for organised Django development.

Quick install

This assumes you have pip installed (if not, try $ sudo easy_install pip)

$ git clone git://github.com/martinogden/django-boilerplate.git
$ pip install -r REQUIREMENTS
$ python manage.py syncdb --settings=settings.development

Settings

There is a separate file for each environment settings (development, staging, production). These import the django default settings from settings.common and are intended to be used directly, e.g. python manage.py validate --settings=settings.production or export PYTHONPATH=settings.development.

Preinstalled Apps

Credits

Much of the layout is taken from a great post by Zachary Voase.

Contributors

  • Scotty Vernon: django-compressor integration, included modernizr, boilerplate markup in base.html, and organised javascripts folder.

Licence

Licensed for use under BSD (same as Django).

About

A barebones default layout for organised Django development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published