thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 02 Mar 2009 00:03:53 +0000
changeset 1589 6a9bb0f8cde6
parent 109 620f9b141567
permissions -rwxr-xr-x
Use the new readonly_safe_field where appropriate Patch by: Sverre Rabbelier

# Django settings for the example project.

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