From 03dc6f98c8cb8eb3879914366eca89a23b9a644a Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 26 Jul 2020 12:11:13 +0200 Subject: [PATCH] Section is not importable yet --- management/commands/import_account.py | 1 - 1 file changed, 1 deletion(-) 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, }