thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 06 Mar 2009 19:06:22 +0000
changeset 1695 d0f8d033cf3c
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed typo in Sponsor sidebar menu. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed Noticed by: Sverre "The Pirate" Rabbelier

# Django settings for the example project.

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