thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <sverre@rabbelier.nl>
Thu, 14 May 2009 22:40:39 +0200
changeset 2308 c058fce7c0b4
parent 109 620f9b141567
permissions -rwxr-xr-x
added foo

# Django settings for the example project.

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