thirdparty/google_appengine/lib/django/examples/settings.py
author Todd Larsen <tlarsen@google.com>
Wed, 07 Jan 2009 19:38:29 +0000
changeset 772 a91f7856754e
parent 109 620f9b141567
permissions -rwxr-xr-x
Add IRC channel and mailing list properties to the Group and Organization Models. Patch by: Todd Larsen Review by: to-be-reviewed

# Django settings for the example project.

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