#2131: HttpResponseSendFile for serving static files handler-specific sendfile
mechanism
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  ccahoon
  ymasuda[at]ethercube.com           |         Status:  new
                   Type:  New        |      Component:  Core (Other)
  feature                            |       Severity:  Normal
              Milestone:             |       Keywords:
                Version:  SVN        |      Has patch:  1
             Resolution:             |    Needs tests:  0
           Triage Stage:  Accepted   |  Easy pickings:  0
    Needs documentation:  0          |
Patch needs improvement:  1          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
Changes (by guettli):

 * ui_ux:   => 0
 * easy:   => 0


Comment:

 `SendFile support` in django would be nice. But I am happy this now:
 https://github.com/johnsensible/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.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/2131#comment:89>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates?hl=en.

Reply via email to