1
0
Fork 0

Add LOGIN_URL to redirect properly

This commit is contained in:
Dariusz Niemczyk 2023-07-13 21:01:41 +02:00
parent b6ce1516d2
commit a20e14a8d3
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -187,3 +187,4 @@ SOCIAL_AUTH_REDIRECT_IS_HTTPS = PROD
SOCIAL_AUTH_JSONFIELD_ENABLED = True
LABEL_API = env("LABEL_API", "http://label.waw.hackerspace.pl:4567")
LOGIN_URL = "/admin/login/"