> I have a requirement to serve static files only to users authenticated > through Django secure login.
You may be interested in: http://code.djangoproject.com/ticket/2131 Both mod_python and mod_wsgi support the ability to return a header that instructs the web-server to "dump this local file back as my response" freeing up Django resources. This patch, though not yet accepted, has undergone a lot of scrutiny (as you can read in the long list of comments) and even if the One True Solution hasn't yet been committed to trunk, it looks like this should work if you tinker with it. But I too am looking forward to it hitting trunk. -tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

