예제 #1
0
파일: models.py 프로젝트: bachour/deptx
 def trustForYellow(self):
     return "%s-%s" % (getMinimumYellow(self.days), getMinimumOrange(self.days)-1)
예제 #2
0
파일: models.py 프로젝트: bachour/deptx
 def trustForGreen(self):
     return "%s-%s" % (getMinimumGreen(self.days), getMinimumYellow(self.days)-1)