thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 16 Oct 2008 17:30:58 +0000
changeset 360 5ad9cabb5892
parent 109 620f9b141567
permissions -rwxr-xr-x
Rename 'group' to 'entity' in the Django templates This allows for generic use of these templates. Patch by: Sverre Rabbelier Reviewed by: to-be-reviewed

# Django settings for the example project.

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