no json debug be default

This commit is contained in:
j 2012-03-09 13:35:14 +01:00
parent 1607e2a685
commit 50ad006359
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ()