1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-22 06:03:23 +02:00

add debug toolbar

This commit is contained in:
Nick Sweeting
2021-02-16 02:50:05 -05:00
parent fad2620c62
commit 26fa63749d
3 changed files with 47 additions and 30 deletions

View File

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