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.
add this in you project setting.py file LOGOUT_REDIRECT_URL = '/'
LOGOUT_REDIRECT_URL = '/'
you can write your URL between '' I use my index page for logout default redirect