diff --git a/management/commands/import_account.py b/management/commands/import_account.py index 4a88e2d..8607e1d 100644 --- a/management/commands/import_account.py +++ b/management/commands/import_account.py @@ -99,8 +99,8 @@ class Command(ImportCommand): "pk": pk_user, "username": row["pseudo"], "password": passwd_nk15, - "first_name": row["nom"], - "last_name": row["prenom"], + "first_name": row["prenom"], + "last_name": row["nom"], "email": row["mail"], "is_active": True, # temporary }