thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 24 Jul 2009 20:49:59 +0200
changeset 2675 49cf6a8af70a
parent 109 620f9b141567
permissions -rwxr-xr-x
Added template for a notification upon arrival of a new Request.

# Django settings for the example project.

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