Requirements

  • The package works both on Python 2.7 and 3.5+.
  • Required Django version is 1.11+. The 2.x and 3.x branches are also supported.
  • The requests library.

Attention

In python 3.x, ContentFile with text mode content (not binary one) will causes TypeError due requests restrictions.

Installation

You can install the latest stable version of django-webdav-storage from PyPI within pip command:

$ pip install django-webdav-storage

Of course, you also can use a development version:

$ pip install -e git+github.com/marazmiki/django-webdav-storage.git#egg=django-webdav-storage

All dependencies will be installed automatically