thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 13 Mar 2009 20:25:18 +0000
changeset 1837 27428cd5b98f
parent 109 620f9b141567
permissions -rwxr-xr-x
Minor textual changes in the StudentProposal model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

# Django settings for the example project.

DEBUG = True
TEMPLATE_DEBUG = DEBUG
ROOT_URLCONF = 'examples.urls'