예제 #1
0
 def tearDown(self):
     db.session.remove()
     db.drop_all()
예제 #2
0
파일: initdb.py 프로젝트: DrDoodlez/InPlace
from inplace import db

db.drop_all()
db.create_all()