forked from wiktor/spejstore-new
Add LOGIN_URL to redirect properly
This commit is contained in:
parent
b6ce1516d2
commit
a20e14a8d3
|
@ -187,3 +187,4 @@ SOCIAL_AUTH_REDIRECT_IS_HTTPS = PROD
|
||||||
SOCIAL_AUTH_JSONFIELD_ENABLED = True
|
SOCIAL_AUTH_JSONFIELD_ENABLED = True
|
||||||
|
|
||||||
LABEL_API = env("LABEL_API", "http://label.waw.hackerspace.pl:4567")
|
LABEL_API = env("LABEL_API", "http://label.waw.hackerspace.pl:4567")
|
||||||
|
LOGIN_URL = "/admin/login/"
|
||||||
|
|
Loading…
Reference in New Issue