[ 源代码: django-downloadview ]
软件包: python3-django-downloadview (2.1.1-1)
python3-django-downloadview 的相关链接
Trisquel 的资源:
下载源码包 django-downloadview:
- [django-downloadview_2.1.1-1.dsc]
- [django-downloadview_2.1.1.orig.tar.gz]
- [django-downloadview_2.1.1-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Modules Team (Mail Archive)
- Michael Fladischer
外部的资源:
- 主页 [github.com]
相似软件包:
efficient static file serving with Django (Python3 version)
django-downloadview makes it easy to serve files with Django:
* manage files with Django (permissions, filters, generation, ...); * files are stored somewhere or generated somehow (local filesystem, remote storage, memory...); * django-downloadview helps to stream the files with very little code; * django-downloadview helps to improve performances with reverse proxies, via mechanisms such as Nginx’s X-Accel or Apache’s X-Sendfile.
This package contains the Python 3 version of the library.
其他与 python3-django-downloadview 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django
- High-level Python web development framework
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings