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