We're down one more level here

This commit is contained in:
Trenton H
2026-02-25 14:12:55 -08:00
parent 21425147ad
commit b1c0593b3e
+1 -1
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")