Removed WebDAV from dev, since it is kind of broken.

This commit is contained in:
Jonas Winkler
2018-08-28 12:12:29 +02:00
parent d7ab69fed9
commit 01fed4f49d
5 changed files with 1 additions and 291 deletions

View File

@@ -72,9 +72,7 @@ INSTALLED_APPS = [
"rest_framework",
"crispy_forms",
"django_filters",
"djangodav"
"django_filters"
]
@@ -280,5 +278,3 @@ FY_END = os.getenv("PAPERLESS_FINANCIAL_YEAR_END")
# Specify the default date order (for autodetected dates)
DATE_ORDER = os.getenv("PAPERLESS_DATE_ORDER", "DMY")
ENABLE_WEBDAV = bool(os.getenv("PAPERLESS_ENABLE_WEBDAV", "NO").lower() in ("yes", "y", "1", "t", "true"))