django-sendfile works fine for me too +1 to include in django Nicola
On 9 Gen, 09:22, Thomas Guettler <[email protected]> wrote: > Hi, > > Ticket #2131 (SendFile support) is open since 6 > years:https://code.djangoproject.com/ticket/2131 > > The implementation is stable:https://github.com/johnsensible/django-sendfile > > I can live with current situation (sendfile is an external application). But, > maybe someone wants to close this > as "wontfix" or get these few lines into django. > > {{{ > Django Sendfile > > This is a wrapper around web-server specific methods for sending files to web > clients. This is useful when Django needs > to check permissions associated files, but does not want to serve the actual > bytes of the file itself. i.e. as serving > large files is not what Django is made for. > > }}} > > -- > Thomas Guettler,http://www.thomas-guettler.de/ > E-Mail: guettli (*) thomas-guettler + de -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
