Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 models.py 中,我有两个日期字段,我想将一个日期设置为相对于用户从另一个表单中输入的内容。如何获取存储的值并将其设置为几天?
在该save()方法中,从其中一个中添加或减去a datetime.timedelta,并在保存之前插入另一个。
save()
datetime.timedelta