thirdparty/google_appengine/lib/django/examples/settings.py
author Mario Ferraro <fadinlight@gmail.com>
Wed, 15 Jul 2009 17:11:17 +0200
changeset 2661 03fcd4812eaa
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed line length.

# Django settings for the example project.

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