def remove_posts(self): db.clear_posts(11) raise cherrypy.HTTPRedirect("/")
def reset(): db.clear_posts(0) db.clear_comments(0)