Skip to content
Snippets Groups Projects
Commit a14d9cf3 authored by Pierre-antoine Comby's avatar Pierre-antoine Comby
Browse files

default redirection after login

parent 37a5b578
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ INSTALLED_APPS = [ ...@@ -56,6 +56,7 @@ INSTALLED_APPS = [
'member', 'member',
'note', 'note',
] ]
LOGIN_REDIRECT_URL = '/note/transfer/'
MIDDLEWARE = [ MIDDLEWARE = [
'django.middleware.security.SecurityMiddleware', 'django.middleware.security.SecurityMiddleware',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment