thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 21 Feb 2009 15:57:02 +0000
changeset 1429 cfa0c3f2dc19
parent 109 620f9b141567
permissions -rwxr-xr-x
Update seed_db as WTFPL is no longer an allowed license Patch by: Sverre Rabbelier

# Django settings for the example project.

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