DEBUG=False by default

This commit is contained in:
Corentin Chary 2012-11-23 10:25:43 +01:00
parent e8670bc853
commit 882f8b0fba
1 changed files with 1 additions and 1 deletions

View File

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