Re: Django + WebDAV

2011-02-16 Thread Michael Ryan
I have looked at wsgiDAV as well as a nice looking WebDAV emulator for Google App Engines, and they will be considered when I go to start this project. A big issue with WebDAV from an HTTP framework perspective is that ideally it should be storage agnostic. When you start to throw in stuff like "

Re: Django + WebDAV

2011-02-16 Thread MrMuffin
Have you looked at http://code.google.com/p/wsgidav/ ? Thomas On 15 Feb, 14:25, Thomas Weholt wrote: > Please post any findings on this subject or information about any > projects you might start to solve/provide this to this group. This is > very interesting. :-) > I`ve made a ftpserver which a

Re: Django + WebDAV

2011-02-15 Thread Thomas Weholt
Please post any findings on this subject or information about any projects you might start to solve/provide this to this group. This is very interesting. :-) I`ve made a ftpserver which authenticates logins using django user management, but a webdavserver would be even nicer. Thomas On Tue, Feb 1

Django + WebDAV

2011-02-15 Thread Michael A. Ryan
Hello Django Users I'm looking for people who have experience interfacing Django with WebDAV protocol, or using Django as a basis for authentication to a WebDAV server. I'm interested in at least comparing notes but potentially interested in maybe co-authoring an open source module for WebDAV.