thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 04 Jul 2009 18:53:37 +0200
changeset 2540 1e44d71c0e3e
parent 109 620f9b141567
permissions -rwxr-xr-x
Several style fixes due to code reviews.

# Django settings for the example project.

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