thirdparty/google_appengine/lib/django/examples/settings.py
author Daniel Diniz <ajaksu@gmail.com>
Mon, 06 Jul 2009 17:03:19 +0200
changeset 2563 eec0d98b38a1
parent 109 620f9b141567
permissions -rwxr-xr-x
Add missing import to Project Survey view. Reviewed by: Lennard de Rijk

# Django settings for the example project.

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