Basic login styling

This commit is contained in:
shamoon
2026-01-22 21:56:26 -08:00
parent 5827a0ec25
commit f52f9dd325
2 changed files with 62 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ ROOT_URLCONF = "paperless_migration.urls"
TEMPLATES = [
{
"BACKEND": "django.template.backends.django.DjangoTemplates",
"DIRS": [],
"DIRS": [BASE_DIR / "paperless_migration" / "templates"],
"APP_DIRS": True,
"OPTIONS": {
"context_processors": [