Move login url to homepage

This commit is contained in:
2024-10-04 01:06:12 +02:00
parent 4fba064273
commit 3a29a378f7
+1 -1
View File
@@ -44,7 +44,7 @@ INSTALLED_APPS = [
STATIC_URL = "/static/"
LOGIN_URL = "/social/login/github/"
LOGIN_URL = "/"
STATICFILES_DIRS = (os.path.join(BASE_DIR, "static_source"),)