thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 25 Jul 2009 13:13:20 +0200
changeset 2680 b96ba702e82c
parent 109 620f9b141567
permissions -rwxr-xr-x
Every radio button is now properly shown on a new line. Update issue 655 Owner: ljvderijk Fixes Issue 655.

# Django settings for the example project.

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