DEBUG=False by default

This commit is contained in:
Corentin Chary 2012-11-23 10:25:43 +01:00
parent e8670bc853
commit 882f8b0fba

View File

@ -2,7 +2,7 @@
import os.path import os.path
DEBUG = True DEBUG = False
TEMPLATE_DEBUG = DEBUG TEMPLATE_DEBUG = DEBUG
ADMINS = ( ADMINS = (