thirdparty/google_appengine/lib/django/examples/settings.py
author Tim Ansell <mithro@gmail.com>
Tue, 17 Feb 2009 06:52:06 +0000
changeset 1369 0be1f471413c
parent 109 620f9b141567
permissions -rwxr-xr-x
Make the web forms look a little nicer.

# Django settings for the example project.

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