Sunday 19 March 2023

A Django Cacheable Model

 A cacheable model for django.

Features:

A generic way of creating cache keys from Django model fields

Retrieve django models from cache with field values (cache on the way if cache missed)

Retrieve all the model instances (suitable for small set of models)


GitHub: https://github.com/harisankar-krishna-swamy/django_cacheable_model

Pypi: https://pypi.org/project/django-cacheable-model/