thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 29 Jun 2009 14:01:24 +0200
changeset 2444 6276c3340c30
parent 109 620f9b141567
permissions -rwxr-xr-x
Separated two survey types out of the main survey model. These models are ProjectSurvey and GradingProjectSurvey.

# Django settings for the example project.

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