thirdparty/google_appengine/lib/django/examples/settings.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 24 May 2009 22:32:39 +0200
changeset 2336 58d2310330d3
parent 109 620f9b141567
permissions -rwxr-xr-x
Merge with Sverre's recent module architecture commit.

# Django settings for the example project.

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