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