Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Section is not importable yet
· 03dc6f98
ynerant
authored
Jul 26, 2020
03dc6f98
Hide whitespace changes
Inline
Side-by-side
management/commands/import_account.py
View file @
03dc6f98
...
...
@@ -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
,
}
...
...