thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 01 Feb 2009 20:41:58 +0000
changeset 1162 1d9396d75c13
parent 109 620f9b141567
permissions -rwxr-xr-x
Do not return empty menu's in program. Patch by: Sverre Rabbelier

# Django settings for the example project.

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