mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2024-12-26 01:12:25 +00:00
Parent club id is the id and not the club
This commit is contained in:
parent
dd812e09fc
commit
e16629cc70
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user