settings for i18n and debug toolbar on devstack

This commit is contained in:
Dave St.Germain
2014-01-27 15:14:36 -05:00
parent abae00dc03
commit e738cc073d

View File

@@ -49,7 +49,7 @@ DEBUG_TOOLBAR_PANELS = (
DEBUG_TOOLBAR_CONFIG = {
'INTERCEPT_REDIRECTS': False,
'SHOW_TOOLBAR_CALLBACK': lambda: True,
'SHOW_TOOLBAR_CALLBACK': lambda _: True,
}
########################### PIPELINE #################################