no json debug be default

This commit is contained in:
j 2012-03-09 13:35:14 +01:00
parent 1607e2a685
commit 50ad006359

View file

@ -11,7 +11,7 @@ PROJECT_ROOT = os.path.normpath(os.path.dirname(__file__))
DEBUG = False DEBUG = False
TEMPLATE_DEBUG = DEBUG TEMPLATE_DEBUG = DEBUG
JSON_DEBUG = True JSON_DEBUG = False
#this gets set to all users in highest userLevel (app/config.py) #this gets set to all users in highest userLevel (app/config.py)
ADMINS = () ADMINS = ()