An smarter way to manage Django cache keys, inspired by Tanstack Query.
Project description
django-cachekey
Requirements
- Python 3.8, 3.9, 3.10, 3.11, 3.12
- Django 3.2, 4.2, 5.0
Getting Started
- Install the package from PyPI:
python -m pip install django-cachekey
- Add the app to your Django project's
INSTALLED_APPS
:
INSTALLED_APPS = [
...,
"django_cachekey",
...,
]
Usage
Documentation
Please refer to the documentation for more information.
License
django-cachekey
is licensed under the MIT license. See the LICENSE
file for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_cachekey-0.1.0.dev0.tar.gz
(11.6 kB
view hashes)
Built Distribution
Close
Hashes for django_cachekey-0.1.0.dev0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1593d6b16d464b89dfd4d5dc18c88cc3dfc50a185308aa46e9bf161e3adecc46 |
|
MD5 | cdcd33a1f21c1ab6c2ca903d8b6ca8c5 |
|
BLAKE2b-256 | 9eccbad88c657c0c02f03435457f87fe1d2612327de714d4ed38fa3a67e9aad1 |
Close
Hashes for django_cachekey-0.1.0.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ba8b9f84bf13766f3749c81f2994e2b087d2b4717706de856daafcbfb360460 |
|
MD5 | 1cff23e3c58523120c188b9dcbe808f0 |
|
BLAKE2b-256 | b13081ea7c49d7c29d6530e925a803d98a799b079684ad0d8313e98879f58e4c |