thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 28 Feb 2009 14:28:28 +0000
changeset 1560 656aace0b15f
parent 109 620f9b141567
permissions -rwxr-xr-x
Catch mail exceptions and use get_current_user Patch by: Sverre Rabbelier

# Django settings for the example project.

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