예제 #1
0
파일: models.py 프로젝트: yue82/weeds
def init():
    db.create_all()
예제 #2
0
파일: manage.py 프로젝트: yue82/weeds
def init_db():
    db.create_all()