def get_chomp_tasks(self, **kwargs): return ChompTask.get(parent=self)
def get_chomp_task(self, id): # id is schedule id return ChompTask.get(parent=self)