Use Cache URLs in your Django application.
Project Links
Meta
Author: Brent O'Connor
Classifiers
Development Status
- 5 - Production/Stable
Framework
- Django
- Django :: 3.2
- Django :: 4.1
- Django :: 4.2
- Django :: 5.0
Intended Audience
- Developers
License
- OSI Approved :: MIT License
Operating System
- OS Independent
Programming Language
- Python :: 3
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
This simple Django utility allows you to utilize the 12factor 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.
Dec 04, 2023
3.4.5
Dec 10, 2022
3.4.4
May 30, 2022
3.4.2
Mar 12, 2022
3.4.0
Feb 11, 2022
3.3.0
Feb 11, 2021
3.2.3
Jan 31, 2021
3.2.2
Jan 31, 2021
3.2.1
Jan 30, 2021
3.2.0
Feb 28, 2020
3.1.2
Feb 07, 2020
3.1.1
Feb 07, 2020
3.1.0
May 14, 2018
3.0.0
May 10, 2017
2.0.0
Apr 25, 2017
1.4.0
Nov 07, 2016
1.3.1
Oct 30, 2016
1.3.0
Jul 18, 2016
1.2.0
Jun 23, 2016
1.1.0
Jul 14, 2015
1.0.0
Feb 20, 2014
0.8.0
Jan 16, 2014
0.7.0
Jul 27, 2013
0.6.0
Jun 22, 2013
0.5.0
Jun 14, 2013
0.4.0
Mar 17, 2013
0.3.4
Mar 17, 2013
0.3.3
Sep 06, 2012
0.3.2
Aug 15, 2012
0.3.1
Aug 14, 2012
0.3
Aug 09, 2012
0.2.1
Jun 09, 2012
0.2
Jun 05, 2012
0.1
Wheel compatibility matrix
Files in release
No dependencies