Here is my models.py
class Product(models.Model): product_id = models.AutoField product_name = models.CharField(max_length=50) category = models.C