diff --git a/management/commands/import_account.py b/management/commands/import_account.py index 8ac35ad..4a88e2d 100644 --- a/management/commands/import_account.py +++ b/management/commands/import_account.py @@ -110,7 +110,6 @@ class Command(ImportCommand): "phone_number": row['tel'], "address": row['adresse'], "paid": row['normalien'], - "section": row["section"], "registration_valid": True, "email_confirmed": True, }