thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 18 Apr 2009 11:41:56 +0000
changeset 2201 8e8b1f0ad87f
parent 109 620f9b141567
permissions -rwxr-xr-x
Show in green the proposals that would be accepted Patch by: Sverre Rabbelier, Lennard de Rijk

# Django settings for the example project.

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