I want to assign a specific customer\'s grand total into a variable. I have this Model:
class Order(models.Model): product = models.ForeignKey(Product, on