I'm currently researching Django as a potential framework for a web
application I am building.  We plan to make a variety of media (images
and videos) free on our website; however, we want to have some premium
media available only when certain criteria are met (e.g. the logged-in
user is of a certain group or has the appropriate permissions).

What is considered the best way to implement this?  I suppose we could
get Django to serve the media directly, but this would place undue
load on the server.  Can anyone recommend any tips or tricks?

-- 
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=en.

Reply via email to