[Django]-Logout message using django-allauth and redirect to home page

8👍

The simple answer to this is to simply set:

ACCOUNT_LOGOUT_ON_GET to True

The extra url to override accounts/logout isn’t necessary..

👤rix

Leave a comment