public
Description: A set of Paster templates for Django projects, including a fabric deployment script
Homepage: http://pypi.python.org/pypi/django-project-templates/
Clone URL: git://github.com/garethr/django-project-templates.git
name age message
file .gitignore Mon Jul 27 12:32:29 -0700 2009 Initial commit [garethr]
file LICENSE Mon Jul 27 12:32:29 -0700 2009 Initial commit [garethr]
file MANIFEST.in Mon Jul 27 13:46:00 -0700 2009 the package now includes the templates, they ne... [garethr]
file README.textile Wed Aug 05 11:22:05 -0700 2009 added even more configs to the template [garethr]
file setup.py Sat Sep 26 09:22:09 -0700 2009 tweaks post djugl [garethr]
directory src/ Sun Nov 22 09:48:11 -0800 2009 updated to use fabric 0.9.0 as it's now in pypi [garethr]
README.textile

This project currently contains one template for creating a new Django project. It’s like running django-admin.py startproject but it creates a
more complete application skeleton.

All you need to do is install the package from PyPi like so:

python easy_install django-project-templates

And then creating a project skeleton is as simple as:

paster create --template=django_project example_project

For bonus points you should probably be running this inside a virtualenv.

Note that this project skeleton is still in flux. It definitely contains some things that are personal preference but it hopefully makes up for it with useful tools like a reasonably complete fabric based deployment setup and configs for CruiseControl. And yes, more documentation would be nice.