thirdparty/google_appengine/lib/django/examples/settings.py
author Marcelo de Sena Lacerda <marceloslacerda@gmail.com>
Fri, 08 May 2009 14:55:36 +0200
changeset 2298 c7c331ed9a49
parent 109 620f9b141567
permissions -rwxr-xr-x
Add coverage support to the test suite This requires nose 0.11 to run.

# Django settings for the example project.

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