thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 04 Jun 2009 22:02:14 +0200
changeset 2388 eb1a6abdb056
parent 109 620f9b141567
permissions -rwxr-xr-x
Small indentation fix.

# Django settings for the example project.

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