django-cache-url

Use Cache URLs in your Django application.

MIT 34 个版本
Brent O'Connor <epicserve@gmail.com>
安装
pip install django-cache-url
poetry add django-cache-url
pipenv install django-cache-url
conda install django-cache-url
描述

django-cache-url


This simple Django utility allows you to utilize the
`12factor <http://www.12factor.net/backing-services>`_ inspired
``CACHE_URL`` environment variable to configure your Django application.


Usage
-----

Configure your cache in ``settings.py``::

    CACHES={'default': django_cache_url.config()}

Nice and simple.
版本列表
3.4.6 2026-01-24
3.4.5 2023-12-04
3.4.4 2022-12-10
3.4.2 2022-05-30
3.4.0 2022-03-12
3.3.0 2022-02-11
3.2.3 2021-02-11
3.2.2 2021-01-31
3.2.1 2021-01-31
3.2.0 2021-01-30
3.1.2 2020-02-28
3.1.1 2020-02-07
3.1.0 2020-02-07
3.0.0 2018-05-14
2.0.0 2017-05-10
1.4.0 2017-04-25
1.3.1 2016-11-07
1.3.0 2016-10-30
1.2.0 2016-07-18
1.1.0 2016-06-23
1.0.0 2015-07-14
0.8.0 2014-02-20
0.7.0 2014-01-16
0.6.0 2013-11-17
0.5.0 2013-11-17
0.4.0 2013-11-17
0.3.4 2013-11-17
0.3.3 2013-11-17
0.3.2 2013-11-17
0.3.1 2013-11-17
0.3 2013-11-17
0.2.1 2012-08-09
0.2 2013-11-17
0.1 2013-11-17