1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 15:18:26 +02:00

Automatically create appropriated channels when tournaments/pools/participations are updated

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-04-28 17:04:34 +02:00
parent 1e5d0ebcfc
commit f26f102650
4 changed files with 109 additions and 3 deletions

View File

@ -3,7 +3,6 @@
from django.core.management import BaseCommand
from django.utils.translation import activate
from participation.models import Team, Tournament
from tfjm.permissions import PermissionType