DEBUG is now False by default.

This commit is contained in:
Martin Mahner 2014-10-25 12:09:06 +02:00
parent 1185b5128b
commit d014c4df3f

View file

@ -5,7 +5,7 @@ from django.conf.global_settings import *
# Generic Django project settings
#==============================================================================
DEBUG = True
DEBUG = False
TEMPLATE_DEBUG = DEBUG
# Local time zone for this installation. Choices can be found here: