Move login url to homepage
This commit is contained in:
@@ -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"),)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user