nowells / django-project-templates forked from garethr/django-project-templates

A set of Paster templates for Django projects, including a fabric deployment script

This URL has Read+Write access

commit  8e71a0731ca024ecda33430af77a104808981993
tree    11f3f6c7a4dea51752d9db7a94360943c0f6de09
parent  85ceb78c0f20aeba7d77a52187765ba45c43b71b
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 Loading commit data...
file setup.py
directory src/
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 test

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 yes, more documentation would be nice.