From ea73b2bd3221f939654c5a362f74f72f98e1bb4a Mon Sep 17 00:00:00 2001 From: Ali Jetha Date: Sat, 16 Oct 2010 15:40:14 -0400 Subject: [PATCH] debug=false prod --- auf_savoirs_en_partage/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auf_savoirs_en_partage/production.py b/auf_savoirs_en_partage/production.py index cdc9de5..19e137c 100644 --- a/auf_savoirs_en_partage/production.py +++ b/auf_savoirs_en_partage/production.py @@ -1,4 +1,4 @@ from auf_savoirs_en_partage.settings import * -DEBUG=True +DEBUG=False TEMPLATE_DEBUG=DEBUG -- 1.7.10.4