You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception will occur at time 4:15 in the video "User input and HTML forms: Getting the submitted values" of course "Building data-driven web apps with Flask and SQLAlchemy".
This exception happens because the flask.redirect() returns a werkzeug.wrappers.response.Response. The inserted condition will check for this response and return the redirect correctly. This fix likely needs to be added to other versions in the course files.
For more info, see email to Michael titled "please help: Exception in course 'building data-driven web apps...'" dated Sep 24, 2019, 1:48 PM.
0 commit comments