password issue

This commit is contained in:
2025-09-05 23:04:40 +09:00
parent 272269431e
commit d8e1b05d41
3 changed files with 5 additions and 4 deletions

View File

@ -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(),
}
# 必須項目チェック