thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 07 Feb 2009 20:40:48 +0000
changeset 1241 5e25cd6abe09
parent 109 620f9b141567
permissions -rwxr-xr-x
Pimp TinyMCE widget. Patch by: Sverre Rabbelier

# Django settings for the example project.

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