How to display a message in Django after a post was submitted?
Suppose we have a post and after we send it, we want to display a message to the user in which to tell him “The message was submitted!”. Django provides full support for cookie and session-based messaging, for both anonymous and authenticated users. Every message is tagged with a specific level that determines its priority … Read more