我正在尝试找出clock_in
和clock_out
字段之间的时差。为此,我在save method
的{{1}} class Timesheet
中编写了逻辑。两者之间的时差将存储在models.py
中。
但是它给出了clock_duration
错误-在模型中保存数据时
TypeError
Models.py
TypeError at /timesheet/clock-out/
can't subtract offset-naive and offset-aware datetimes