I want to sum values of two cells and display them in another cell in django

前端 未结 0 366
星月不相逢
星月不相逢 2021-01-18 15:31

models.py

class Report(models.Model):
msp = models.IntegerField(blank=True, null=True) msp2 = models.IntegerField(blank=True, null=True)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题