Better inLine version with nested_admin

This commit is contained in:
2024-10-20 11:24:24 +02:00
parent eb9018928f
commit 78c2e45ca4
6 changed files with 132 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.12"
django = "^5.1.2"
psycopg2-binary = "^2.9.10"
django-nested-inline = "^0.4.6"
django-nested-admin = "^4.1.1"
[build-system]