thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 15 Mar 2009 14:53:00 +0000
changeset 1868 6847be02943a
parent 109 620f9b141567
permissions -rwxr-xr-x
Updated the accepted organization email for GSoC 2009. Left a TODO to use a proper template. Issue 200 addresses a possible solution. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

# Django settings for the example project.

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