This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jul 27 12:32:29 -0700 2009 | |
| |
LICENSE | Mon Jul 27 12:32:29 -0700 2009 | |
| |
MANIFEST.in | Mon Jul 27 13:46:00 -0700 2009 | |
| |
README.textile | Wed Aug 05 11:22:05 -0700 2009 | |
| |
setup.py | Sat Sep 26 09:22:09 -0700 2009 | |
| |
src/ | Sun Nov 22 09:48:11 -0800 2009 |
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.







