質問

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