1
0
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:
Yohann D'ANELLO 2020-08-01 16:37:35 +02:00
parent dd812e09fc
commit e16629cc70

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,