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