Hello, Is there a good way to handle serving files behind django authentication? I'm working on a project right now where people can upload files, and based on certain permissions can download them as well. However, there doesn't seem to be a good way to handle checking authentication, and then serving the files. I'd prefer a web server agnostic approach since I'd like this application to stay as pluggable as possible. Any thoughts?
Thanks, Mark -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=.