Move login url to homepage

This commit is contained in:
Loïc Gremaud 2024-10-04 01:06:12 +02:00
parent 4fba064273
commit 3a29a378f7
Signed by: Legrems
GPG Key ID: D4620E6DF3E0121D

View File

@ -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"),)