I want to look up 2 models in Django and get the following results:

前端 未结 0 902
渐次进展
渐次进展 2020-12-10 14:44

I have 2 models like below.

class Card(models.Model):
    title = models.CharField(max_length=100)
    description = models.CharField(max_length=200)


class          


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