thirdparty/google_appengine/lib/django/examples/settings.py
author Mario Ferraro <fadinlight@gmail.com>
Tue, 25 Aug 2009 16:15:07 +0100
changeset 2801 0ee67cc9bd20
parent 109 620f9b141567
permissions -rwxr-xr-x
Renamed all JS files affected by former commit. And also changed templates accordingly.

# Django settings for the example project.

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