thirdparty/google_appengine/lib/django/examples/settings.py
author Todd Larsen <tlarsen@google.com>
Wed, 21 Jan 2009 18:25:37 +0000
changeset 880 d67557c612de
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed typo in r1446. Patch by: Todd Larsen Review by: to-be-reviewed

# Django settings for the example project.

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