예제 #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)