Back to Developer Roadmap

Message Framework

src/data/roadmaps/django/content/message-framework@AztOoGUtPW_6jP6NqJ5T-.md

4.01.2 KB
Original Source

Message Framework

The message framework in Django provides a way to deliver one-time notification messages, also known as "flash messages," to users. These messages are typically used to provide feedback about the outcome of an action, such as a successful form submission or an error that occurred. They are stored temporarily and displayed to the user on their next page view, then automatically removed.

Visit the following resources to learn more: