thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 02 Jul 2009 10:46:39 +0200
changeset 2479 b83c9b1ea0e1
parent 109 620f9b141567
permissions -rwxr-xr-x
Removed obsolote method call in Program View.

# Django settings for the example project.

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