mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Refs #10 - Simplified 'alternatives' documentation: djangopackages's 'file-streaming' grid is enough to compare django-downloadview, django-private-files and django-protected-files.
This commit is contained in:
parent
448e9e849c
commit
fce6583583
1 changed files with 0 additions and 23 deletions
|
|
@ -71,25 +71,6 @@ directory of local filesystem**.
|
|||
:func:`django_downloadview.sendfile` is a port of django-sendfile's main function.
|
||||
|
||||
|
||||
********************
|
||||
django-private-files
|
||||
********************
|
||||
|
||||
`django-private-files`_ provides utilities for controlling access to static
|
||||
files based on conditions you can specify within your Django application.
|
||||
|
||||
|
||||
**********************
|
||||
django-protected-files
|
||||
**********************
|
||||
|
||||
`django-protected-files`_ is a Django application that lets you serve protected
|
||||
static files via your frontend server after authorizing the user against
|
||||
``django.contrib.auth``.
|
||||
|
||||
As of 2012-12-10, this project seems inactive.
|
||||
|
||||
|
||||
.. rubric:: References
|
||||
|
||||
.. target-notes::
|
||||
|
|
@ -98,7 +79,3 @@ As of 2012-12-10, this project seems inactive.
|
|||
https://docs.djangoproject.com/en/1.6/ref/contrib/staticfiles/#static-file-development-view
|
||||
.. _`Django ticket #2131`: https://code.djangoproject.com/ticket/2131
|
||||
.. _`django-sendfile`: http://pypi.python.org/pypi/django-sendfile
|
||||
.. _`requests`: https://pypi.python.org/pypi/requests
|
||||
.. _`django-private-files`: http://pypi.python.org/pypi/django-private-files
|
||||
.. _`django-protected-files`:
|
||||
https://github.com/lincolnloop/django-protected-files
|
||||
|
|
|
|||
Loading…
Reference in a new issue