[Django]-Pass errors in Django using HttpResponseRedirect

10👍

You are right about the auth messages. They are deprecated but as the docs suggest you should use the django messages framework instead, which I think is the exact soultion for your case.

Leave a comment