Tag: flash
- Intro to Message Flashing: A handy way to send messages across page requests in Flask (08 Jul 2020)
Message flashing is a very handy technique you must be aware of if you are a Flask developer. A common recurring pattern in web development is to send messages across web requests, especially in case of redirects when the route or controller that redirected wants to display some basic text...