thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 22 Feb 2009 10:31:45 +0000
changeset 1453 378c844bf52c
parent 109 620f9b141567
permissions -rwxr-xr-x
Flush cache after seeding or clearing the datastore Patch by: Sverre Rabbelier

# Django settings for the example project.

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