thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 02 Jul 2009 12:46:12 +0200
changeset 2484 f41a9e1eeeea
parent 109 620f9b141567
permissions -rwxr-xr-x
Add a base implementation of takePost. Normal Surveys can now be taken, however comments are not stored yet.

# Django settings for the example project.

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