Pregunta

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

¿Fue útil?

Solución

You could use:

USERENA_REDIRECT_ON_SIGNOUT = '/home/'
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top