Skip to main content

An smarter way to manage Django cache keys, inspired by Tanstack Query.

Project description

django-cachekey

PyPI PyPI - Python Version Django Version

Requirements

  • Python 3.8, 3.9, 3.10, 3.11, 3.12
  • Django 3.2, 4.2, 5.0

Getting Started

  1. Install the package from PyPI:
python -m pip install django-cachekey
  1. 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


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)

Uploaded Source

Built Distribution

django_cachekey-0.1.0.dev0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page