thirdparty/google_appengine/lib/django/examples/settings.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 24 Jan 2009 20:17:35 +0000
changeset 966 d45172b64f2b
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed a bug in _oncreate in soc/logic/models/club.py. Non-existing fields were set. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

# Django settings for the example project.

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