thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 19 Jan 2009 16:23:37 +0000
changeset 817 98996e11b604
parent 109 620f9b141567
permissions -rwxr-xr-x
Added club_admin templates. Patch by: Lennard de Rijk

# Django settings for the example project.

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