#Flash messages
###RECAP: One time messages. "Allows you to store messages in one request & retrieve them for display in a subsequent(usually next) request"
###Overview In django, flashed messages are part of the messages app that is included in the generic django-admin startproject command. When used, a message object is added to the request object(via session/cookie) that is readily available for use in views or templates in subsequent requests. Each flash message is an instance of the Message class which has the following attributes: