Fix import

This commit is contained in:
Yohann D'ANELLO 2020-05-05 06:59:32 +02:00
parent aa1dd2cebc
commit 1e574208bd
1 changed files with 4 additions and 2 deletions

View File

@ -54,8 +54,10 @@ class Command(BaseCommand):
"date_inscription": args[8],
"date_solutions": args[9],
"date_syntheses": args[10],
"final": args[11],
"year": args[12],
"date_solutions_2": args[11],
"date_syntheses_2": args[12],
"final": args[13],
"year": args[14],
}
with transaction.atomic():
Tournament.objects.create(**obj_dict)