I am trying to implement search system wich will diplay all the result by category.
This is my models.
class Category(models.Model): name = models.Cha