Skip to content
Snippets Groups Projects
Commit 68e815c6 authored by Jingjing Wu's avatar Jingjing Wu
Browse files

Update app.py

parent 2d116d82
No related branches found
No related tags found
No related merge requests found
from digital_portfolio import app
from digital_portfolio import app, db
with app.app_context():
db.create_all()
if __name__ == '__main__':
app.run(host="0.0.0.0", port=8080, debug=True)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment