How to get books of the the same author in Django

后端 未结 0 593
南笙
南笙 2021-02-14 22:10

I am developing an online Book Store. Here is the models:

class Author(models.Model):
    name = models.CharField(max_length=250, unique=True)

class Publisher(mo         


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