🗃️(teams) add Team dependencies as a tree

This provides the technical way to create Team trees.
The implementation is quite naive.
This commit is contained in:
Quentin BEY
2024-11-26 17:06:46 +01:00
committed by BEY Quentin
parent cff3d5c123
commit 182f9c1d17
10 changed files with 226 additions and 21 deletions

View File

@@ -32,6 +32,7 @@ dependencies = [
"django-cors-headers==4.6.0",
"django-countries==7.6.1",
"django-parler==2.3",
"django-treebeard==4.7.1",
"redis==5.2.1",
"django-redis==5.4.0",
"django-storages==1.14.4",