forked from 0x2620/pandora
no json debug be default
This commit is contained in:
parent
1607e2a685
commit
50ad006359
1 changed files with 1 additions and 1 deletions
|
@ -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 = ()
|
||||||
|
|
Loading…
Reference in a new issue