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 78f0991fb5
commit 9c4e552168
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"
]