thirdparty/google_appengine/lib/django/examples/settings.py
author Augie Fackler <durin42@gmail.com>
Thu, 08 Jan 2009 15:31:33 +0000
changeset 780 042aafcd7dce
parent 109 620f9b141567
permissions -rwxr-xr-x
Add support for coverage to our testing system.

# Django settings for the example project.

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