thirdparty/google_appengine/lib/django/examples/settings.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 09 Mar 2009 00:40:27 +0000
changeset 1767 eb7b8367e30f
parent 109 620f9b141567
permissions -rwxr-xr-x
Small text changes in process_request.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

# Django settings for the example project.

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