Question

I have set LOGOUT_URL = '/home/' in my settings.py but still the logout page is redirected to the default logout page of userena.

Was it helpful?

Solution

You could use:

USERENA_REDIRECT_ON_SIGNOUT = '/home/'
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top