Fix class name 9a

This commit is contained in:
2025-01-23 15:30:13 +09:00
parent 9a3e696ef5
commit d1ab5a9e00

View File

@ -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(