use nested admin for simpler plan admin

This commit is contained in:
Tobias Brunner 2025-03-07 14:50:36 +01:00
parent 9aaaa90d1a
commit 4e1f0f962b
No known key found for this signature in database
4 changed files with 64 additions and 22 deletions

View file

@ -69,6 +69,7 @@ INSTALLED_APPS = [
"django_prose_editor",
"rest_framework",
"schema_viewer",
"nested_admin",
# local
"hub.services",
"hub.broker",