The modified time (auto_now) works on Django but not in Heroku when deployed

前端 未结 0 1033
深忆病人
深忆病人 2021-01-01 21:02

So this is my code in class Post(models.Model)

class Post(models.Model):
    title = models.CharField(max_length=100)
    content = models.TextField(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题