feat: Ad django debug toolbar

This commit is contained in:
2025-11-03 16:14:51 +01:00
parent 22eebd4586
commit 2ffc9b4ba1
4 changed files with 14 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ dependencies = [
"drf-spectacular[sidecar]",
"django-widget-tweaks",
"django-super-deduper",
"django-allauth[mfa]"
"django-allauth[mfa]",
]
dynamic = ["version", "readme"]
@@ -49,6 +49,7 @@ develop = [
"pytest",
"coverage",
"model_bakery",
"debug_toolbar",
]
docs = [
"sphinx",