I have created models to save the product, categories and ProductCategory.
class Product(models.Model): ... title = models.CharField(max_length=100, defau