We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1aae7 commit c14a2efCopy full SHA for c14a2ef
section11/app.py
@@ -10,6 +10,7 @@
10
app = Flask(__name__)
11
app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///data.db'
12
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
13
+app.config['PROPAGATE_EXCEPTIONS'] = True
14
api = Api(app)
15
16
"""
0 commit comments