thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 21 Feb 2009 00:30:53 +0000
changeset 1415 d34768bf62d8
parent 109 620f9b141567
permissions -rwxr-xr-x
Added a document in the test user's user space This makes it easier to test editing documents. Patch by: Sverre Rabbelier

# Django settings for the example project.

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