How to disable intermediate signout page in Django allauth
问题 How to disable the intermediate signout page from django allauth. When the user clicks on the signout link on my site I want him to logout right away, I want to remove this intermediate page 回答1: Set ACCOUNT_LOGOUT_ON_GET to True in your settings. Also see the documentation 回答2: Updated for December 2018. Using a GET request is probably a bad idea due to browsers prefetching urls from the URL bar. Chrome (as of right now) is pretty bad for this; it'll send a GET request to pages it think you