1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00

redirect after login fix

This commit is contained in:
cserma 2023-05-10 11:32:01 +03:00
parent 3403d21fea
commit 96ea999926

View file

@ -120,6 +120,8 @@ LOGIN_URL = "/accounts/login/"
LOGOUT_REDIRECT_URL = "/accounts/login/"
LOGIN_REDIRECT_URL="/instances/"
LANGUAGE_CODE = "en-us"
TIME_ZONE = "UTC"