mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 15:44:26 -04:00
add LOGOUT_REDIRECT_URL
This commit is contained in:
parent
95cf85f8cf
commit
d4f534e612
2 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,8 @@ WSGI_APPLICATION = 'core.wsgi.application'
|
|||
ROOT_URLCONF = 'core.urls'
|
||||
|
||||
LOGIN_URL = '/accounts/login/'
|
||||
LOGOUT_REDIRECT_URL = '/'
|
||||
LOGOUT_REDIRECT_URL = os.environ.get('LOGOUT_REDIRECT_URL', '/')
|
||||
|
||||
PASSWORD_RESET_URL = '/accounts/password_reset/'
|
||||
APPEND_SLASH = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue