thirdparty/google_appengine/lib/django/examples/settings.py
author Todd Larsen <tlarsen@google.com>
Tue, 16 Sep 2008 16:42:55 +0000
changeset 153 79d52c2d50a2
parent 109 620f9b141567
permissions -rwxr-xr-x
Add README files to explain how third-party code is maintained in these directories.

# Django settings for the example project.

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