1
1

use new core sites instead of old financeplanner ones

This commit is contained in:
2021-01-10 21:29:07 +01:00
parent 652cea79ae
commit 4aebc3109f
2 changed files with 3 additions and 6 deletions

View File

@@ -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/"