I have developed a web app in Django to record sales in a retail store. I have the following two models in my project:
class Product(models.Model): code =