Flask - Middleware and Extensions
Which of the following best describes how you use an extension with the init_app pattern in a Flask app factory?
init_app(app) method must be called after the app instance is created, inside the factory function.init_app(app) inside the factory function. [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions