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.
Since Django 1.10, you can define a LOGOUT_REDIRECT_URL (see the docs)
LOGOUT_REDIRECT_URL