mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-24 18:22:24 +00:00
Fix import
This commit is contained in:
parent
ee23ec7641
commit
aa1dd2cebc
@ -263,8 +263,7 @@ class Command(BaseCommand):
|
||||
obj_dict = {
|
||||
"file": args[0],
|
||||
"team": Team.objects.get(pk=args[1]),
|
||||
"source": "defender" if args[3] == "DEFENDER" else "opponent"
|
||||
if args[4] == "OPPOSANT" else "rapporteur",
|
||||
"source": "opponent" if args[4] == 1 else "rapporteur",
|
||||
"uploaded_at": args[4],
|
||||
}
|
||||
with transaction.atomic():
|
||||
|
Loading…
Reference in New Issue
Block a user