Oh nice, reuse existing

This commit is contained in:
shamoon
2026-01-22 22:14:09 -08:00
parent 75c6ffe01f
commit 190e42e722
3 changed files with 4 additions and 22 deletions

View File

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