diff --git a/management/commands/import_account.py b/management/commands/import_account.py index d768ac0..ccb403e 100644 --- a/management/commands/import_account.py +++ b/management/commands/import_account.py @@ -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,