mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2025-02-06 07:13:01 +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,
|
"pk": pk_club,
|
||||||
"name": row["pseudo"],
|
"name": row["pseudo"],
|
||||||
"email": row["mail"],
|
"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_duration": M_DURATION,
|
||||||
"membership_start": M_START,
|
"membership_start": M_START,
|
||||||
"membership_end": M_END,
|
"membership_end": M_END,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user