From 53683ebf0e53ff7799bf350497c539d4be7bf40c Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 26 Jun 2010 16:28:25 +0200 Subject: [PATCH] enable json debug by default --- pandora/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/settings.py b/pandora/settings.py index 54a48219..5a8ed217 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -11,7 +11,7 @@ PROJECT_ROOT = os.path.normpath(os.path.dirname(__file__)) DEBUG = True TEMPLATE_DEBUG = DEBUG -JSON_DEBUG = False +JSON_DEBUG = True XSENDFILE = False @@ -46,7 +46,7 @@ BROKER_VHOST = "/pandora" # If running in a Windows environment this must be set to the same as your # system time zone. TIME_ZONE = 'Europe/Berlin' -TIME_ZONE = 'Asia/Kolkata' +#TIME_ZONE = 'Asia/Kolkata' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html