use new core sites instead of old financeplanner ones
This commit is contained in:
@@ -43,7 +43,6 @@ else:
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
|
||||
INSTALLED_APPS = [
|
||||
"financeplanner",
|
||||
"core",
|
||||
"django.contrib.admin",
|
||||
"django.contrib.auth",
|
||||
@@ -107,6 +106,6 @@ USE_L10N = False
|
||||
USE_TZ = True
|
||||
|
||||
LOGIN_URL = reverse_lazy("login")
|
||||
LOGIN_REDIRECT_URL = reverse_lazy("finance:index")
|
||||
LOGIN_REDIRECT_URL = reverse_lazy("core:index")
|
||||
|
||||
STATIC_URL = "/static/"
|
||||
|
||||
Reference in New Issue
Block a user