thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 07 Mar 2009 14:56:22 +0000
changeset 1708 1aff33e33613
parent 109 620f9b141567
permissions -rwxr-xr-x
Add forgotten image Forgotten by: Sverre Rabbelier Patch by: "Mario Ferraro" <fadinlight@gmail.com>

# Django settings for the example project.

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