thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 02 Aug 2009 22:39:47 +0200
changeset 2713 ee7eb60b4fd3
parent 109 620f9b141567
permissions -rwxr-xr-x
Added tag v0-5-20090802 for changeset 2fb96db18711

# Django settings for the example project.

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