thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 31 Aug 2009 05:04:31 -0700
changeset 2852 cdef54d9a356
parent 109 620f9b141567
permissions -rwxr-xr-x
fix typo in memcache.get in base logic

# Django settings for the example project.

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