#6485: Split off file-serving capability
-------------------------------------+-------------------------------------
     Reporter:  Bastian Kleineidam   |                    Owner:  nobody
  <calvin@…>                         |                   Status:  closed
         Type:  New feature          |                  Version:  master
    Component:  Uncategorized        |               Resolution:  wontfix
     Severity:  Normal               |             Triage Stage:  Design
     Keywords:                       |  decision needed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by benoitbryon):

 For the record, http://pypi.python.org/pypi/django-downloadview is a
 third-party tool designed for the use case explained in this ticket:
 register some "download view", decorate it (i.e. perform some actions with
 Django), then use X-SendFile headers to let the webserver deal with the
 serving.

 As of 2012-12-04, only Nginx's X-Accel-Redirect is supported, but other
 servers could easily be added.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/6485#comment:10>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to