From 50ad0063591b9dae40ce9d3367e3740f5da0e024 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 9 Mar 2012 13:35:14 +0100 Subject: [PATCH] no json debug be default --- pandora/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/settings.py b/pandora/settings.py index 53dc2944..0df5c6f1 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -11,7 +11,7 @@ PROJECT_ROOT = os.path.normpath(os.path.dirname(__file__)) DEBUG = False TEMPLATE_DEBUG = DEBUG -JSON_DEBUG = True +JSON_DEBUG = False #this gets set to all users in highest userLevel (app/config.py) ADMINS = ()