📅  最后修改于: 2022-03-11 14:45:31.601000             🧑  作者: Mango
class Users(models.Model):
ctime = models.DateTimeField(auto_now_add=True)
uptime = models.DateTimeField(auto_now=True)
# It will work.
# Explanation:
# These both are mutually exclusive means you should use only one of them, not both.