Ejemplo n.º 1
0
 def post(self, *args, **kwargs):
     result = Activity.get_recommend_acts()
     self.write(self.make_result(1, "get recommend acts OK", result))