mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Add option for parsing of date from filename (and associated tests)
This commit is contained in:
parent
4409f65840
commit
e1d8744c66
8 changed files with 101 additions and 0 deletions
|
|
@ -292,3 +292,4 @@ FY_END = os.getenv("PAPERLESS_FINANCIAL_YEAR_END")
|
|||
|
||||
# Specify the default date order (for autodetected dates)
|
||||
DATE_ORDER = os.getenv("PAPERLESS_DATE_ORDER", "DMY")
|
||||
FILENAME_DATE_ORDER = os.getenv("PAPERLESS_FILENAME_DATE_ORDER")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue