def save(self): from workshift.fill import fill_hi_shifts return fill_hi_shifts(semester=self.semester)
def save(self): from workshift.fill import fill_hi_shifts fill_hi_shifts(semester=self.semester)