thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk
Sat, 25 Apr 2009 20:22:13 +0200
changeset 2277 96082450e62c
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed missing value in context when a form with a different name then form was used. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

# Django settings for the example project.

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