Skip to content

Commit 12038f0

Browse files
authored
Merge pull request #5 from rst0git/settings-redirect
p4pi-web: update login/logout redirect URL
2 parents 75b98fc + 041e80b commit 12038f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

p4pi-web/config/settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
]
4747

4848
ROOT_URLCONF = 'config.urls'
49-
LOGIN_REDIRECT_URL = "home"
50-
LOGOUT_REDIRECT_URL = "home"
49+
LOGIN_REDIRECT_URL = "switch"
50+
LOGOUT_REDIRECT_URL = "switch"
5151
TEMPLATE_DIR = os.path.join(CONFIG_DIR, "dashboard/templates")
5252

5353
TEMPLATES = [

0 commit comments

Comments
 (0)