thirdparty/google_appengine/lib/django/examples/settings.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 17 Nov 2008 12:18:09 +0000
changeset 500 44ea4620c5c0
parent 109 620f9b141567
permissions -rwxr-xr-x
Replace old page parameter doc string description with new one for page_name. Patch by: Pawel Solyga

# Django settings for the example project.

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