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