Redirect to news not home

This commit is contained in:
Nikola Kubiczek 2021-10-09 14:30:48 +02:00
parent 3b7c106ab7
commit 9b26450550

View File

@ -161,8 +161,8 @@ CRISPY_CLASS_CONVERTERS = {
SUMMERNOTE_THEME = 'lite' SUMMERNOTE_THEME = 'lite'
LOGIN_URL = 'login' LOGIN_URL = 'login'
LOGIN_REDIRECT_URL = 'home' LOGIN_REDIRECT_URL = 'news'
LOGOUT_REDIRECT_URL = 'home' LOGOUT_REDIRECT_URL = 'news'
SUMMERNOTE_CONFIG = { SUMMERNOTE_CONFIG = {
# You can put custom Summernote settings # You can put custom Summernote settings