Hello i want to fetch a specific field to a variable
For that I have Order model:
class Order(models.Model): product = models.ForeignKey( P