Open GoogleCodeExporter opened 9 years ago
Seems like these strategies could be implemented via a custom storage backend:
http://docs.djangoproject.com/en/dev/topics/files/#file-storage
This allows you to store files at an arbitrary location, and point the url to a
custom view that can do the authentication. The url would not have to be
relative to MEDIA_URL this way. The documentation actually has an example of
this.
How to tie this to group sharing functionality I haven't really though about.
Original comment by underbluewaters
on 23 Aug 2010 at 6:01
Original comment by perrygeo...@gmail.com
on 20 Sep 2011 at 8:08
Original issue reported on code.google.com by
perrygeo...@gmail.com
on 20 Aug 2010 at 9:52