Browse Source

DIV-793: disabling debug toolbar in test to avoid performance issues for JAC

pull/160/head
Benard Ebinu 7 years ago
parent
commit
a83a27c74a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/settings/base.py

+ 1
- 1
edivorce/settings/base.py View File

@ -136,7 +136,7 @@ GTM_ID = 'GTM-NJLR7LT'
def show_toolbar(request):
return ENVIRONMENT in ['localdev', 'test', 'minishift']
return ENVIRONMENT in ['localdev', 'dev', 'minishift']
DEBUG_TOOLBAR_CONFIG = {
'SHOW_TOOLBAR_CALLBACK': show_toolbar,


Loading…
Cancel
Save