[Answered ]-How could I create dynamic WebDav configurations using Django and web server?

2๐Ÿ‘

โœ…

I wanted to do the same thing. I also wanted to use other parts of Django with WebDAV, so I started the django-webdav project.

http://code.google.com/p/django-webdav/

At this point it is working (passes litmus basic + movecopy tests) and I can use it with Windows and Linux (DAVfs2).

Check it out and help out if you think it suits your needs.

๐Ÿ‘คbtimby

Leave a comment