Fix import
This commit is contained in:
parent
aa1dd2cebc
commit
1e574208bd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue