Multiplying an integer and a decimal in a Django model using model expressions

后端 未结 0 731
北恋
北恋 2020-12-10 18:29

I am a Django and in one of my projects, I made this model:

class Piece(models.Model):
    
    order = models.ForeignKey(Order,on_delete=models.CASCADE)
             


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