thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 26 Feb 2009 17:06:17 +0000
changeset 1531 db5d40d9dc43
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix alignment of twoline readonly table rows Also removed an unused template tag. Patch by: Sverre Rabbelier

# Django settings for the example project.

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