1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 03:08:52 +02:00

Fix export scripts

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2023-05-20 22:13:51 +02:00
parent 20daecf619
commit 230dc545f4
2 changed files with 5 additions and 16 deletions

View File

@ -5,7 +5,7 @@ from django.core.management import BaseCommand
from django.utils.formats import date_format
from django.utils.translation import activate
from .models import Tournament
from participation.models import Tournament
class Command(BaseCommand):