Redirect to news not home
This commit is contained in:
parent
3b7c106ab7
commit
9b26450550
@ -161,8 +161,8 @@ CRISPY_CLASS_CONVERTERS = {
|
||||
SUMMERNOTE_THEME = 'lite'
|
||||
|
||||
LOGIN_URL = 'login'
|
||||
LOGIN_REDIRECT_URL = 'home'
|
||||
LOGOUT_REDIRECT_URL = 'home'
|
||||
LOGIN_REDIRECT_URL = 'news'
|
||||
LOGOUT_REDIRECT_URL = 'news'
|
||||
|
||||
SUMMERNOTE_CONFIG = {
|
||||
# You can put custom Summernote settings
|
||||
|
Loading…
Reference in New Issue
Block a user