I’d like to display a message immediately after a user logs in. Is there a way to do this that doesn’t involve including django.contrib.auth from the source and adding an add_message line there?
I’d like to display a message immediately after a user logs in. Is there
Share
Check the second answer in this question. You can bind a login handler to the
user_logged_insingal.