password issue
This commit is contained in:
@ -144,10 +144,11 @@ class Command(BaseCommand):
|
||||
team_data = {
|
||||
'team_name': row.get('チーム名', '').strip(),
|
||||
'email': row.get('メール', '').strip(),
|
||||
'password': row.get('password', '').strip(),
|
||||
'category': row.get('部門', '').strip(),
|
||||
'duration': row.get('時間', '').strip(),
|
||||
'member_name': row.get('氏名1', '').strip(),
|
||||
'phone': row.get('電話', '').strip(),
|
||||
'leader_name': row.get('氏名1', '').strip(),
|
||||
'phone_number': row.get('電話番号', '').strip(),
|
||||
}
|
||||
|
||||
# 必須項目チェック
|
||||
|
||||
Reference in New Issue
Block a user