[ ソース: django-downloadview ]
パッケージ: python3-django-downloadview (2.3.0-1)
python3-django-downloadview に関するリンク
Debian の資源:
django-downloadview ソースパッケージをダウンロード:
- [django-downloadview_2.3.0-1.dsc]
- [django-downloadview_2.3.0.orig.tar.gz]
- [django-downloadview_2.3.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [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
- 高レベル Python ウェブ開発基盤
-
- dep: python3-requests
- 人間のために作られた、Python 3 向けの洗練された単純な HTTP ライブラリ