in this model :
class product: name = models.CharField(max_lenghat=20) category = models.ForeignKey(categories, on_delete = models.CASECADE)