feat: Add history tracking

This commit is contained in:
2025-11-16 18:49:01 +01:00
parent c529153373
commit c4da3318c2
5 changed files with 402 additions and 15 deletions

View File

@@ -41,7 +41,8 @@ dependencies = [
"django-super-deduper",
"django-allauth[mfa]",
"django_debug_toolbar",
"django-admin-extra-buttons"
"django-admin-extra-buttons",
"django-simple-history"
]
dynamic = ["version", "readme"]