Pergunta

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

Foi útil?

Solução

You could use:

USERENA_REDIRECT_ON_SIGNOUT = '/home/'
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top