Trong bình, điều này sẽ thực hiện thủ thuật:
@app.teardown_appcontext
def teardown_db(exception):
db.session.commit()
db.session.close()
Trong bình, điều này sẽ thực hiện thủ thuật:
@app.teardown_appcontext
def teardown_db(exception):
db.session.commit()
db.session.close()