thirdparty/google_appengine/lib/django/examples/settings.py
author Todd Larsen <tlarsen@google.com>
Thu, 18 Sep 2008 17:33:20 +0000
changeset 163 1f67538ff619
parent 109 620f9b141567
permissions -rwxr-xr-x
Add a td.formfielderrorlabel style, to highlight field labels that have errors.

# Django settings for the example project.

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