示例#1
0
def clean_db():
    _mongo.drop_collections()
示例#2
0
文件: db.py 项目: rgrp/openspending
def drop_collections():
    log.warn("Dropping collections from database")
    mongo.drop_collections()
    return 0