I\'m having three models .
Here is the model structure
class Product: size = models.CharField(max_length=200) class Make: name = models.CharFie