Consider Book model which has Author as foreignkey. from django.db import models class Author(models.Model): name = models.
確定! 回上一頁