예제 #1
0
파일: forms.py 프로젝트: naderm/farnsworth
 def save(self):
     from workshift.fill import fill_hi_shifts
     return fill_hi_shifts(semester=self.semester)
예제 #2
0
 def save(self):
     from workshift.fill import fill_hi_shifts
     fill_hi_shifts(semester=self.semester)