thirdparty/google_appengine/lib/django/examples/settings.py
author Dmitri Gaskin <dmitrig01@gmail.com>
Sat, 08 Nov 2008 17:06:35 +0000
changeset 449 a4dc4c9e7356
parent 109 620f9b141567
permissions -rwxr-xr-x
Allowing + and - to be clicked in the menu

# Django settings for the example project.

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