I am working on a small django project. In my models.py I have a Product class like:
class Product(models.Model): ... ... ...