thirdparty/google_appengine/lib/django/examples/settings.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 27 Mar 2009 14:19:16 +0000
changeset 2022 3d84ec6dbd03
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix Issue 381(Date fields should be displayed in ISO standard formatting) and Issue 207 (Date selector Javascript control always starts out with year 1900 selected). Patch by: Daniel Hans Reviewed by: Pawel Solyga

# Django settings for the example project.

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