We're down one more level here

This commit is contained in:
Trenton H
2026-02-25 14:12:55 -08:00
parent 02d4fcfe0b
commit 7668aa8919

View File

@@ -284,7 +284,7 @@ DEBUG = __get_boolean("PAPERLESS_DEBUG", "NO")
# Directories #
###############################################################################
BASE_DIR: Path = Path(__file__).resolve().parent.parent
BASE_DIR: Path = Path(__file__).resolve().parent.parent.parent
STATIC_ROOT = __get_path("PAPERLESS_STATICDIR", BASE_DIR.parent / "static")