thirdparty/google_appengine/lib/django/examples/settings.py
author Tim Ansell <mithro@gmail.com>
Wed, 15 Oct 2008 18:06:07 +0000
changeset 341 cad57d104bc7
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed the evil black logo.

# Django settings for the example project.

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