thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 07 Feb 2009 21:48:02 +0000
changeset 1245 3c6b7b5b5ff6
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed broken autocomplete due to wrongly named file This should have been in r1852. Patch by: Sverre Rabbelier

# Django settings for the example project.

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