Example #1
0
 def get(self):
     doc = Post.find_one_by(Post.slug == self.slug)
     raise tornado.gen.Return(doc)