thirdparty/google_appengine/lib/django/examples/settings.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 03 Apr 2009 17:19:46 +0000
changeset 2068 f5e8fbbd3bea
parent 109 620f9b141567
permissions -rwxr-xr-x
Style fixes and removal of unused imports in soc.logic.helper modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

# Django settings for the example project.

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