1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-29 09:50:54 +02:00

Anonymize data, fix remittancei import

This commit is contained in:
Yohann D'ANELLO
2020-07-26 12:05:26 +02:00
parent 748ad7eb48
commit 126e5fa1e4
5 changed files with 33 additions and 8 deletions

View File

@ -110,6 +110,7 @@ class Command(ImportCommand):
"phone_number": row['tel'],
"address": row['adresse'],
"paid": row['normalien'],
"section": row["section"],
"registration_valid": True,
"email_confirmed": True,
}