thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 27 Nov 2008 23:40:30 +0000
changeset 598 c1f9435bb645
parent 109 620f9b141567
permissions -rwxr-xr-x
Change command parsing and do file walking manually Also print warnings to stderr Patch by: Sverre Rabbelier

# Django settings for the example project.

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