thirdparty/google_appengine/lib/django/examples/settings.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 10 Nov 2008 16:46:16 +0000
changeset 465 4f1b37d6d76e
parent 109 620f9b141567
permissions -rwxr-xr-x
Change Google Maps property name from gm_api_key to gmaps_api_key. Patch by: Pawel Solyga

# Django settings for the example project.

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