Revert: Set DEBUG to True (using True for development and False for release only)

This commit is contained in:
Emanuel Schuetze 2011-10-31 20:21:03 +01:00
parent 2730d32bf9
commit 0ea6e3d2a3

View File

@ -14,7 +14,7 @@
import os
SITE_ROOT = os.path.realpath(os.path.dirname(__file__))
DEBUG = False
DEBUG = True
TEMPLATE_DEBUG = DEBUG
AUTH_PROFILE_MODULE = 'participant.Profile'