thirdparty/google_appengine/lib/django/examples/settings.py
author Todd Larsen <tlarsen@google.com>
Wed, 14 Jan 2009 20:37:24 +0000
changeset 807 b6db9fb1246d
parent 109 620f9b141567
permissions -rwxr-xr-x
Hack in tos_scope_path and tos_link_id to select Terms of Service Document. Patch by: Todd Larsen Review by: to-be-reviewed

# Django settings for the example project.

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