[mezzanine-users] How to make certain media available only to logged users?

2014-12-24 Thread godek . maciek
Hi, is there any way to make some uploaded media available only to the users who are logged in? If it's not available out of the box, how would it be best to extend mezzanine with that functionality? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users"

Re: [mezzanine-users] How to make certain media available only to logged users?

2014-12-25 Thread Mario Gudelj
This is not a Mezza but Django specific post about how you'd do it - http://www.wellfireinteractive.com/blog/nginx-django-x-accel-redirects/. It actually shows you how to offload the file serving to Nginx so that you don't serve large files with Django. P: +61 2 9281 3315 M: +61 415 193775 E: ma.

Re: [mezzanine-users] How to make certain media available only to logged users?

2014-12-29 Thread godek . maciek
W dniu czwartek, 25 grudnia 2014 21:05:52 UTC+1 użytkownik Mario Gudelj napisał: > > This is not a Mezza but Django specific post about how you'd do it - > http://www.wellfireinteractive.com/blog/nginx-django-x-accel-redirects/. > It actually shows you how to offload the file serving to Nginx so