Fix class name 9a
This commit is contained in:
@ -246,6 +246,8 @@ class EntryCSVProcessor:
|
||||
|
||||
# 日付が必要な場合のフォールバック
|
||||
entry_date = row.get('entry_date')
|
||||
if entry_date:
|
||||
entry_date = self.date_converter.convert_date(entry_date)
|
||||
print(f'エントリー日付:{entry_date}')
|
||||
|
||||
entry = Entry.objects.create(
|
||||
|
||||
Reference in New Issue
Block a user