Add debug toolbar

This commit is contained in:
R. Miles McCain
2021-03-28 19:14:33 +00:00
parent c131cfef27
commit d5cfe577a0
2 changed files with 11 additions and 2 deletions

View File

@@ -22,4 +22,5 @@ django-redis-cache = "~=3.0.0"
pycountry = "~=19.8.18"
html2text = "~=2020.1.16"
django-health-check = "~=3.12.1"
django-npm = "~=1.0.0"
django-npm = "~=1.0.0"
django-debug-toolbar = "*"