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