معرفی شرکت ها


django-static-push-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Django staticfiles extension for HTTP/2 push
ویژگی مقدار
سیستم عامل -
نام فایل django-static-push-0.1.0
نام django-static-push
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Michael Fladischer
ایمیل نویسنده michael@openservices.at
آدرس صفحه اصلی https://github.com/fladi/django-static-push
آدرس اینترنتی https://pypi.org/project/django-static-push/
مجوز BSD
======== Overview ======== Middleware and templatetag for Django to utilize HTTP/2 push for assets included in a Django template. The middleware injects a `Link` header in each response if there are files to be pushed to the client. All files in the template which are suitable for HTTP/2 push should be included with the ``staticpush`` templatetag instead of the vanilla ``static`` templatetag. The former simply augments the later and registers the resulting static URL with the middleware. This package currently supports Apache2 webservers with ``mod_http2`` enabled, as the actual HTTP/2 push is offloaded to the webserver. .. warning:: This is ALPHA code. Do not use in production! It only serves as a proof-of-concept for now. Conditional HTTP/2 push is not supported yet. This means that your site will actually perform worse than over HTTP/1.1 because each response will trigger a push of all incldued assets, irrespective of any cache on the webbrowser. Installation ============ :: pip install django-static-push Documentation ============= https://django-static-push.readthedocs.io/en/latest/ Development =========== To run the all tests run:: tox Note, to combine the coverage data from all the tox environments run: .. list-table:: :widths: 10 90 :stub-columns: 1 - - Windows - :: set PYTEST_ADDOPTS=--cov-append tox - - Other - :: PYTEST_ADDOPTS=--cov-append tox Changelog ========= 0.1.0 (2016-01-29) ----------------------------------------- * First release on PyPI.


نیازمندی

مقدار نام
>=1.10 Django


نحوه نصب


نصب پکیج whl django-static-push-0.1.0:

    pip install django-static-push-0.1.0.whl


نصب پکیج tar.gz django-static-push-0.1.0:

    pip install django-static-push-0.1.0.tar.gz