thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <sverre@rabbelier.nl>
Fri, 01 May 2009 01:37:43 +0200
changeset 2294 be2c150d1a1f
parent 109 620f9b141567
permissions -rwxr-xr-x
Use python2.5 in our unit tests Patch by: Sverre Rabbelier

# Django settings for the example project.

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