tweak django debug toolbar panels and add djdt_flamegraph

This commit is contained in:
Nick Sweeting 2021-02-16 15:50:39 -05:00
parent 1e2188517b
commit c24e4bf11d
2 changed files with 20 additions and 1 deletions

View file

@ -66,6 +66,7 @@ EXTRAS_REQUIRE = {
"bottle",
"stdeb",
"django-debug-toolbar",
"djdt_flamegraph",
],
}