i have models as follow:
models.py
class Book(models.Model): title = models.CharField(max_length=100) author = models.CharField(ma