============
dj-scaffold
============

dj-scaffold installs a script which allows the easy creation of a standard
Django project layout.
dj-scaffold add a commend lbstartapp to django, which allows the easy creation 
of a standard Django app layout.


dj-scaffold.py
============

After installing dj-scaffold, simply run the following command (from within
the directory in where the new project directory should be created)::

	dj-scaffold.py project_name

The script will prompt for values to replace boilerplate variables with. These
variables allow for both the file contents and path names to be customized to
this specific project.


lbstartapp
===============================

add dj_scaffold to INSTALLED_APPS.
run commend::

	python manage.py app_name
