Saved Bookmarks
| 1. |
Explain How Does A Request Context Can Be Created In Flask? |
|
Answer» A request CONTEXT can be created by either AUTOMATICALLY when the application RECEIVES a request OR manually, by CALLING app.test_request_context (‘/route?param=value) A request context can be created by either Automatically when the application receives a request OR manually, by calling app.test_request_context (‘/route?param=value) |
|