Set DEBUG to False.

This commit is contained in:
Emanuel Schuetze 2011-10-25 22:29:52 +02:00
parent b6ccb357d1
commit 2730d32bf9
1 changed files with 1 additions and 1 deletions

View File

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