Merge branch 'dev' into feature-remote-ocr-2

This commit is contained in:
shamoon
2025-09-22 13:42:55 -07:00
committed by GitHub
25 changed files with 1063 additions and 52 deletions

View File

@@ -257,6 +257,7 @@ PAPERLESS_DISABLE_DBHANDLER = "true"
PAPERLESS_CACHE_BACKEND = "django.core.cache.backends.locmem.LocMemCache"
[tool.coverage.run]
relative_files = true
source = [
"src/",
]