示例#1
0
文件: models.py 项目: bachour/deptx
 def trustForRed(self):
     return "≥%s" % getMinimumRed(self.days)
示例#2
0
文件: models.py 项目: bachour/deptx
 def trustForOrange(self):
     return "%s-%s" % (getMinimumOrange(self.days), getMinimumRed(self.days)-1)