문제

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

도움이 되었습니까?

해결책

You could use:

USERENA_REDIRECT_ON_SIGNOUT = '/home/'
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top