thirdparty/google_appengine/lib/django/examples/settings.py
author Augie Fackler <durin42@gmail.com>
Thu, 08 Jan 2009 15:31:41 +0000
changeset 781 35a2d07e04e8
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix the setup of the test environment, including clearing the datastore between tests.

# Django settings for the example project.

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