简体   繁体   中英

I want to use a signal which emitt just after log out in django allauth, just like user_logged_in

我想使用django all auth信号,该信号在注销后立即发出,就像user_logged_in一样,但是我没有找到任何注销信号。

Couldn't you just use the core Django signal from django.contrib.auth, user_logged_out?

https://docs.djangoproject.com/en/1.8/ref/contrib/auth/#django.contrib.auth.signals.user_logged_out

Good luck!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM