معرفی شرکت ها


django-uwsgi-cache-1.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

uWSGI Django cache backend.
ویژگی مقدار
سیستم عامل -
نام فایل django-uwsgi-cache-1.0.1
نام django-uwsgi-cache
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ionel Cristian Maries
ایمیل نویسنده contact@ionelmc.ro
آدرس صفحه اصلی https://github.com/ionelmc/django-uwsgi-cache
آدرس اینترنتی https://pypi.org/project/django-uwsgi-cache/
مجوز BSD
=============================== django-uwsgi-cache =============================== | |docs| |travis| |appveyor| |coveralls| |landscape| |scrutinizer| | |version| |downloads| |wheel| |supported-versions| |supported-implementations| .. |docs| image:: https://readthedocs.org/projects/django-uwsgi-cache/badge/?style=flat :target: https://readthedocs.org/projects/django-uwsgi-cache :alt: Documentation Status .. |travis| image:: http://img.shields.io/travis/ionelmc/django-uwsgi-cache/master.png?style=flat :alt: Travis-CI Build Status :target: https://travis-ci.org/ionelmc/django-uwsgi-cache .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/ionelmc/django-uwsgi-cache?branch=master :alt: AppVeyor Build Status :target: https://ci.appveyor.com/project/ionelmc/django-uwsgi-cache .. |coveralls| image:: http://img.shields.io/coveralls/ionelmc/django-uwsgi-cache/master.png?style=flat :alt: Coverage Status :target: https://coveralls.io/r/ionelmc/django-uwsgi-cache .. |landscape| image:: https://landscape.io/github/ionelmc/django-uwsgi-cache/master/landscape.svg?style=flat :target: https://landscape.io/github/ionelmc/django-uwsgi-cache/master :alt: Code Quality Status .. |version| image:: http://img.shields.io/pypi/v/django-uwsgi-cache.png?style=flat :alt: PyPI Package latest release :target: https://pypi.python.org/pypi/django-uwsgi-cache .. |downloads| image:: http://img.shields.io/pypi/dm/django-uwsgi-cache.png?style=flat :alt: PyPI Package monthly downloads :target: https://pypi.python.org/pypi/django-uwsgi-cache .. |wheel| image:: https://pypip.in/wheel/django-uwsgi-cache/badge.png?style=flat :alt: PyPI Wheel :target: https://pypi.python.org/pypi/django-uwsgi-cache .. |supported-versions| image:: https://pypip.in/py_versions/django-uwsgi-cache/badge.png?style=flat :alt: Supported versions :target: https://pypi.python.org/pypi/django-uwsgi-cache .. |supported-implementations| image:: https://pypip.in/implementation/django-uwsgi-cache/badge.png?style=flat :alt: Supported imlementations :target: https://pypi.python.org/pypi/django-uwsgi-cache .. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/ionelmc/django-uwsgi-cache/master.png?style=flat :alt: Scrtinizer Status :target: https://scrutinizer-ci.com/g/ionelmc/django-uwsgi-cache/ uWSGI Django cache backend. * Free software: BSD license Installation ============ ``pip install django-uwsgi-cache`` and change settings to:: CACHES = { 'default': { 'BACKEND': 'uwsgicache.UWSGICache', # and optionally, if you use a different cache name 'LOCATION': 'foobar' } } Requirements ============ * Django 1.4 or later Settings ======== ``UWSGI_CACHE_FALLBACK`` - ``False`` - raises Exception if ``uwsgi`` cannot be imported. - ``True`` (default) - if uwsgi is not importable this cache backend will alias to LocMemCache. Note that south or other mangement commands might try to load the cache backend so this is why it's the default. Changelog ========= 1.0.1 (2015-07-01) ------------------ * Stop depending explicitly on ``uwsgi`` in ``setup.py`` (helps with development and such). 1.0.0 (2014-12-10) ------------------ * Support for special timeout values in Django 1.6 and 1.7 (contributed by Laurent Payot) 0.3.0 (2014-07-25) ------------------ * Python 3 support (contributed by Laurent Payot) * Support for ``cache.clear`` (contributed by Omer Katz) 0.? (?) ------- * N/A (contributed by Riccardo Magliocchetti)


نیازمندی

مقدار نام
- Django


نحوه نصب


نصب پکیج whl django-uwsgi-cache-1.0.1:

    pip install django-uwsgi-cache-1.0.1.whl


نصب پکیج tar.gz django-uwsgi-cache-1.0.1:

    pip install django-uwsgi-cache-1.0.1.tar.gz