Example #1
0
def delete():
    "Delete all data from database"
    Page.drop_collection()
    User.drop_collection()
    Video.drop_collection()
    NewsItem.drop_collection()
    ImportantDate.drop_collection()