mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-04 10:12:18 +02:00
Fix import
This commit is contained in:
@ -54,8 +54,10 @@ class Command(BaseCommand):
|
|||||||
"date_inscription": args[8],
|
"date_inscription": args[8],
|
||||||
"date_solutions": args[9],
|
"date_solutions": args[9],
|
||||||
"date_syntheses": args[10],
|
"date_syntheses": args[10],
|
||||||
"final": args[11],
|
"date_solutions_2": args[11],
|
||||||
"year": args[12],
|
"date_syntheses_2": args[12],
|
||||||
|
"final": args[13],
|
||||||
|
"year": args[14],
|
||||||
}
|
}
|
||||||
with transaction.atomic():
|
with transaction.atomic():
|
||||||
Tournament.objects.create(**obj_dict)
|
Tournament.objects.create(**obj_dict)
|
||||||
|
Reference in New Issue
Block a user