Hello in my order model i have these fields :
class Order(models.Model): product = models.ForeignKey( Product, on_delete=models.CASCADE, related_n