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