From b74a4e4c019102e666ebacef2461fec0fb3548a3 Mon Sep 17 00:00:00 2001 From: davin baragiotta Date: Fri, 15 Oct 2010 18:08:26 -0400 Subject: [PATCH] production debug = false --- 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