thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <sverre@rabbelier.nl>
Sun, 10 May 2009 02:29:07 +0200
changeset 2305 eb4d331d41aa
parent 109 620f9b141567
permissions -rwxr-xr-x
Add .git to the .hgignore file

# Django settings for the example project.

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