thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 19 Feb 2009 19:57:07 +0000
changeset 1396 2238f2af7428
parent 109 620f9b141567
permissions -rwxr-xr-x
Clean the e-mail field Patch by: Sverre Rabbelier

# Django settings for the example project.

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