Beispiel #1
0
 def get(self):
   restful.send_successful_response(self, assist.all(user.User))
 def get(self):
   restful.send_successful_response(self, assist.all(project.Project))
 def get(self):
   restful.send_successful_response(self, assist.all(location.Location))
Beispiel #4
0
 def get(self):
   restful.send_successful_response(self, assist.all(task.Task))
 def get(self):
   restful.send_successful_response(self, assist.all(project_category.ProjectCategory))
Beispiel #6
0
 def get(self):
   restful.send_successful_response(self, assist.all(note.Note))
Beispiel #7
0
 def get(self):
   restful.send_successful_response(self, assist.all(address.Address))
Beispiel #8
0
 def get(self):
   restful.send_successful_response(self, assist.all(workunit.Workunit))
Beispiel #9
0
 def get(self):
   restful.send_successful_response(self, assist.all(sprint.Sprint))