thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 14 Feb 2009 15:56:22 +0000
changeset 1314 b832e02d70c1
parent 109 620f9b141567
permissions -rwxr-xr-x
Organization prefix was renamed to 'org' The reference to it in the logic/rights.py module was not updated. Patch by: Sverre Rabbelier

# Django settings for the example project.

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