Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
設定LOGOUT_URL = '/home/'しましたsettings.pyが、ログアウト ページは userena のデフォルトのログアウト ページにリダイレクトされます。
LOGOUT_URL = '/home/'
settings.py
あなたが使用することができます:
USERENA_REDIRECT_ON_SIGNOUT = '/home/'