I have a view that accepts a form submission and updates a model.
After updating the model, I want to redirect to another page, and I want a message such as \"Field X su
I think this code should work for you
request.user.message_set.create(message="This is some message") return http.HttpResponseRedirect('/url')