Hello I am having following model structure
class Product: size = models.CharField(max_length=200) class Make(models.Model): make_content = models.Fo