more struture and codes for application
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from app import app
|
||||
from app import db
|
||||
|
||||
db.create_all()
|
||||
|
||||
app.run(host='0.0.0.0', port=8000, debug=True)
|
||||
Reference in New Issue
Block a user