I want to assign a specific customer's grand total into a variable

前端 未结 0 2011
误落风尘
误落风尘 2020-11-30 00:40

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题