thirdparty/google_appengine/lib/django/examples/settings.py
author Todd Larsen <tlarsen@google.com>
Sat, 22 Nov 2008 01:55:19 +0000
changeset 541 d572b0fb6bfe
parent 109 620f9b141567
permissions -rwxr-xr-x
By default, exclude files that are likely to be binary files. Patch by: Todd Larsen

# Django settings for the example project.

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