thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 05 Apr 2009 23:39:36 +0000
changeset 2090 a07ff1e1bd1f
parent 109 620f9b141567
permissions -rwxr-xr-x
Add a script to subscribe someone to all updates Patch by: Sverre Rabbelier

# Django settings for the example project.

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