thirdparty/google_appengine/lib/django/examples/settings.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 18 Nov 2008 21:17:53 +0000
changeset 504 25156c768e7f
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix not working request creation. Patch by: Pawel Solyga

# Django settings for the example project.

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