Ejemplo n.º 1
0
 def down_json(self):
     etag_cache(get_last())
     down = get_down()
     return {'down': [c.to_dict() for c in down]}
Ejemplo n.º 2
0
 def down_json(self):
     etag_cache(get_last())
     down = get_down()
     return {'down': [c.to_dict() for c in down]}
Ejemplo n.º 3
0
 def up_json(self):
     etag_cache(get_last())
     up = get_up()
     return {'up': [c.to_dict() for c in up]}
Ejemplo n.º 4
0
 def up_json(self):
     etag_cache(get_last())
     up = get_up()
     return {'up': [c.to_dict() for c in up]}