Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed Flask with SQLAlchemy Basics!

Instruction

Application Context

Well done on completing the videos for this course! Before you move on to the final quiz, let's talk about Application Context, this app.app_context() we added at the beginning of this stage.

Flask's Application Context keeps track of application-level data throughout the app during a request, a command-line command, or some other activity. The Application Contexts uses a proxy rather than...