add import and export functionality

This commit is contained in:
Tobias Brunner 2025-05-20 14:26:31 +02:00
parent cc5307a723
commit f14cc0e39e
No known key found for this signature in database
4 changed files with 68 additions and 2 deletions

View file

@ -7,6 +7,7 @@ requires-python = ">=3.13"
dependencies = [
"django>=5.2",
"django-admin-sortable2>=2.2.4",
"django-import-export>=4.3.7",
"django-jazzmin>=3.0.1",
"django-nested-admin>=4.1.1",
"django-prose-editor[sanitize]>=0.10.3",