Parent club id is the id and not the club

This commit is contained in:
Yohann D'ANELLO 2020-08-01 16:37:35 +02:00
parent dd812e09fc
commit e16629cc70
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class Command(ImportCommand):
"pk": pk_club,
"name": row["pseudo"],
"email": row["mail"],
"parent_club": 1, # All clubs depends on BDE by default
"parent_club_id": 1, # All clubs depends on BDE by default
"membership_duration": M_DURATION,
"membership_start": M_START,
"membership_end": M_END,