thirdparty/google_appengine/lib/django/examples/settings.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 17 Nov 2008 10:34:21 +0000
changeset 498 1cd81063a4c6
parent 109 620f9b141567
permissions -rwxr-xr-x
Remove empty docs folder in soc/views. Patch by: Pawel Solyga

# Django settings for the example project.

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