Using the configuration SHOW_TOOLBAR_CALLBACK woked for me
def show_toolbar(request):
return True
DEBUG_TOOLBAR_CONFIG = {
'SHOW_TOOLBAR_CALLBACK': show_toolbar,
}
I hope that helped 🙂
Using the configuration SHOW_TOOLBAR_CALLBACK woked for me
def show_toolbar(request):
return True
DEBUG_TOOLBAR_CONFIG = {
'SHOW_TOOLBAR_CALLBACK': show_toolbar,
}
I hope that helped 🙂