Exemple #1
0
 def POST(self, id):
     Article.del_post(int(id))
     raise web.seeother('/')