thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 02 Sep 2009 10:51:25 +0200
changeset 2855 ec2ed1571e3a
parent 109 620f9b141567
permissions -rwxr-xr-x
Hook up prefetching in the view (helper)

# Django settings for the example project.

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