thirdparty/google_appengine/lib/django/examples/settings.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 11 Mar 2009 21:29:32 +0000
changeset 1797 f0c83ca3bb08
parent 109 620f9b141567
permissions -rwxr-xr-x
isDebug now also checks melange version To facilitate this getMelangeVersion was introduced and in order to not show the 'Flush Cache' button a isLocal method was also added. Patch by: Sverre Rabbelier

# Django settings for the example project.

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