thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 08 Apr 2009 22:19:24 +0000
changeset 2128 7da77549bdeb
parent 109 620f9b141567
permissions -rwxr-xr-x
Use the new self._getAcceptedOrgsList in slots view Patch by: Sverre Rabbelier

# Django settings for the example project.

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