Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在用户登录后立即显示一条消息。有没有办法做到这一点,不涉及django.contrib.auth从源中包含并在add_message那里添加一行?
django.contrib.auth
add_message
检查这个问题的第二个答案。您可以将登录处理程序绑定到user_logged_in信号。
user_logged_in