first_name = prenom, last_name = nom
This commit is contained in:
parent
fc29147c87
commit
92f8fa9607
|
@ -99,8 +99,8 @@ class Command(ImportCommand):
|
||||||
"pk": pk_user,
|
"pk": pk_user,
|
||||||
"username": row["pseudo"],
|
"username": row["pseudo"],
|
||||||
"password": passwd_nk15,
|
"password": passwd_nk15,
|
||||||
"first_name": row["nom"],
|
"first_name": row["prenom"],
|
||||||
"last_name": row["prenom"],
|
"last_name": row["nom"],
|
||||||
"email": row["mail"],
|
"email": row["mail"],
|
||||||
"is_active": True, # temporary
|
"is_active": True, # temporary
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue