thirdparty/google_appengine/lib/django/examples/settings.py
author Daniel Diniz <ajaksu@gmail.com>
Fri, 03 Jul 2009 12:10:24 +0200
changeset 2500 ecc16ffe174b
parent 109 620f9b141567
permissions -rwxr-xr-x
Style fixes and a forgotten parameter in Survey(Record) logic. Reviewed by: Lennard de Rijk

# Django settings for the example project.

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