Initial support for WebDAV. Lots of stuff is not there yet and most of the stuff which is there is not really tested. But it kind of already works.

This commit is contained in:
Jonas Winkler
2018-07-05 16:18:20 +02:00
parent 8f6231bd34
commit a53e30e0a5
4 changed files with 275 additions and 1 deletions

View File

@@ -72,7 +72,9 @@ INSTALLED_APPS = [
"rest_framework",
"crispy_forms",
"django_filters"
"django_filters",
"djangodav"
]