Merge branch 'master' of https://github.com/danielquinn/paperless into disable_login

This commit is contained in:
Matt
2018-02-05 11:48:15 -05:00
30 changed files with 523 additions and 214 deletions

View File

@@ -270,3 +270,6 @@ PAPERLESS_LIST_PER_PAGE = int(os.getenv("PAPERLESS_LIST_PER_PAGE", 100))
FY_START = os.getenv("PAPERLESS_FINANCIAL_YEAR_START")
FY_END = os.getenv("PAPERLESS_FINANCIAL_YEAR_END")
# Specify the default date order (for autodetected dates)
DATE_ORDER = os.getenv("PAPERLESS_DATE_ORDER", "DMY")