settings for i18n and debug toolbar on devstack
This commit is contained in:
@@ -49,7 +49,7 @@ DEBUG_TOOLBAR_PANELS = (
|
||||
|
||||
DEBUG_TOOLBAR_CONFIG = {
|
||||
'INTERCEPT_REDIRECTS': False,
|
||||
'SHOW_TOOLBAR_CALLBACK': lambda: True,
|
||||
'SHOW_TOOLBAR_CALLBACK': lambda _: True,
|
||||
}
|
||||
|
||||
########################### PIPELINE #################################
|
||||
|
||||
Reference in New Issue
Block a user