-
Particularly I use django-cachalot, as it's easy to use and very feature complete for my use cases: https://github.com/noripyt/django-cachalot
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
django-cached_authentication_middleware
A drop in replacement for django's built in AuthenticationMiddleware that utilizes caching.
I found this which basically does that, but for an incredibly old Django version, but it can serve as a starting point for your own middleware.
-
There's also django-cache-machine if you'd like to do model caching on a more general level. It sounds promising, but I haven't used it, so can't speak to its capabilities.