Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

django-webdav-storage

This module implements WebDAV storage for django 2.0 framework with python 3 support Include nginx fields

Usage

In your settings:

WEBDAV_STORAGE_LOCATION = 'http://my-web-storage.com/upload/'

In your models:

class Attachement(models.Model):
object = models.ForeignKey(Object) content = WebDAVFileField(upload_to='storage', null=True)
class Photo(models.Model):
user = models.ForeignKey(User) content = WebDAVImageField(upload_to='photos')

About

WebDAV storage with fields (include nginx fields)

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages