zkt21/z2/web/create_db.py

7 lines
53 B
Python
Raw Normal View History

2021-04-18 11:21:46 +00:00
# create_db.py
from app import db
db.create_all()