garethr / django-project-templates
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| 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.
