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