thirdparty/google_appengine/lib/django/examples/settings.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 01 Jun 2009 22:17:38 +0200
changeset 2375 b9b203dc96d8
parent 109 620f9b141567
permissions -rwxr-xr-x
Make taggable-mixin tests working by updating GAE path.

# Django settings for the example project.

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