예제 #1
0
파일: commands.py 프로젝트: Fibio/flamaster
 def run(self):
     db.drop_all()
예제 #2
0
def teardown_module(module):
    db.session.remove()
    db.drop_all()