예제 #1
0
파일: tasks.py 프로젝트: squiddy/marion
def resetdb():
    print 'Using', db.engine.url
    db.drop_all()
    db.create_all()
예제 #2
0
파일: tasks.py 프로젝트: squiddy/marion
def createdb():
    print 'Using', db.engine.url
    db.create_all()