Move login url to homepage
This commit is contained in:
parent
4fba064273
commit
3a29a378f7
@ -44,7 +44,7 @@ INSTALLED_APPS = [
|
|||||||
|
|
||||||
STATIC_URL = "/static/"
|
STATIC_URL = "/static/"
|
||||||
|
|
||||||
LOGIN_URL = "/social/login/github/"
|
LOGIN_URL = "/"
|
||||||
|
|
||||||
STATICFILES_DIRS = (os.path.join(BASE_DIR, "static_source"),)
|
STATICFILES_DIRS = (os.path.join(BASE_DIR, "static_source"),)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user