Nested WeekPreference view in admin with nested_inline

This commit is contained in:
2024-10-20 10:46:19 +02:00
parent adf388f7ae
commit eb9018928f
7 changed files with 281 additions and 52 deletions

View File

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