Example #1
0
File: index.py Project: ab/blag
 def remove_posts(self):
     db.clear_posts(11)
     raise cherrypy.HTTPRedirect("/")
Example #2
0
File: reset.py Project: ab/blag
def reset():
    db.clear_posts(0)
    db.clear_comments(0)