If we create a new model as follows,
from django.db import models class Book(models.Model): title = models.CharField(max_length=200) author = models.