Ejemplo n.º 1
0
 def remove_comment(id):
     return Database.remove(collection='comments', query={'_id': id})
Ejemplo n.º 2
0
 def remove_post(id):
     return Database.remove(collection='posts', query={'_id': id})