I have two Django models for an eCommerce website:
class Product(models.Model): name=models.CharField(max_length=300) description=models.CharField(max