thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 28 Aug 2009 11:49:47 -0700
changeset 2836 0181649aa7b0
parent 109 620f9b141567
permissions -rwxr-xr-x
Use per-request store to store access rights

# Django settings for the example project.

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