Just wondering where I can set the url to redirect to after logout. I know you can set the login url. I want to redirect to my home page.
You can redirect user anywhere by using LOGOUT_REDIRECT_URL in your setting.py file
LOGOUT_REDIRECT_URL = 'url name to redirect'