i have a Order and OrderProductDetail model
class Order(models.Model): owner = models.ForeignKey(User, on_delete=models.CASCADE) is_paid =