thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 02 Aug 2009 02:57:20 -0700
changeset 2711 4df8c11c36cb
parent 109 620f9b141567
permissions -rwxr-xr-x
addressed comments by Lennard

# Django settings for the example project.

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