public
Description: A replacement for django-admin.py startproject.
Homepage: http://www.davidziegler.net
Clone URL: git://github.com/dziegler/django-create-project.git
name age message
file MANIFEST.in Loading commit data...
file README
directory create_project/
file setup.py
README
Sets up a new django project with settings and a file structure common to my other django projects, to reduce the amount 
of copy-and-pasting I have to do when I create a new project. Some things like setting TIME_ZONE = 'America/Los_Angeles' 
are specific to me.