I want to add product to category model in admin page.
models.py
class Product(models.Model): name = models.