thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 06 Jul 2009 15:06:05 +0200
changeset 2559 af2874bc01f3
parent 109 620f9b141567
permissions -rwxr-xr-x
Public Survey template now resembles the take template more closely.

# Django settings for the example project.

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