thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 29 Aug 2009 14:30:52 -0700
changeset 2847 b587e25a92bd
parent 109 620f9b141567
permissions -rwxr-xr-x
Use profiler.py to prevent import failures

# Django settings for the example project.

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