I have the following code:
models.py
from django.db import models class Title(models.Model): title_name = models.Char