I have a Django project with a model that looks like this:
class sellerprod(models.Model): prod = models.CharField(max_length=15) title = mode