django-webdav-storage
django-webdav-storage copied to clipboard
add storage path method
adding path
method for storage; I use NamedTemporaryFile for this, it will allow to work with file as if it was file on local filesystem
Hi @boltnev,
First, thank you very much for your interest in the application; I really glad someone uses it in 2k19 :)
But, honestly, barely I can figure out in which cases path()
storage method for non-local file system could be useful.
If you're sure it useful anyway, I can merge it of course, but in this case, would be nice if you make your changes based on the dev
branch, because there is some fresh code.
this feature is need for compatibility in one of our projects, for delayed editing model files on serverside; if this thing will work ok in test and prod environment, i will rebase this pull request to dev branch