Make the debug toolbar show

Mark Veidemanis 1 year ago
parent 3a6c3cee1f
commit 06865d0aa9
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -196,3 +196,12 @@ if PROFILER: # noqa - trust me its there
# "region": f'{os.getenv("REGION")}',
# }
)
def show_toolbar(request):
return DEBUG # noqa: from local imports
DEBUG_TOOLBAR_CONFIG = {
"SHOW_TOOLBAR_CALLBACK": show_toolbar,
}

Loading…
Cancel
Save