thirdparty/google_appengine/lib/django/examples/settings.py
author Daniel Hans <Daniel.M.Hans@gmail.com>
Mon, 13 Jul 2009 11:43:40 +0200
changeset 2625 13a80adefcc6
parent 109 620f9b141567
permissions -rwxr-xr-x
Style fix in callback.py

# Django settings for the example project.

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