1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 13:52:30 +02:00

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",
],
}