Displaying data from 2 tables and ordering them

后端 未结 0 865
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-09 08:44

I have got 2 tables with the same fields:

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


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