thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 07 Mar 2009 16:06:30 +0000
changeset 1716 a387bb7a39d4
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixes banned people being able to create a new user entity. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

# Django settings for the example project.

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