thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 01 Dec 2008 21:30:01 +0000
changeset 641 c59a0ffc2c31
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed a styling error. Patch by: Lennard de Rijk

# Django settings for the example project.

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