new-space / run.py
me
Add application file
f263cb5
raw
history blame contribute delete
150 Bytes
from app import app, create_db
# with app.app_context():
# create_db()
# if __name__ == "__main__":
# app.run(debug=True, port=5001)