freebsd-ports/www/py-dj22-django-cacheops/pkg-descr
Kai Knoblich 92fa392f6b New port: www/py-dj22-django-cacheops
Repocopy www/py-django-cacheops and assign it to Django 2.2. That port will
be required for the upcoming update of net-mgmt/netbox to 2.6.

Also limit the port to Python 3.5+ as Django 2.2 requires it as minimum
dependency and add the related CONFLICTS_INSTALL entries.
2019-06-21 19:10:50 +00:00

15 lines
509 B
Text

A slick app that supports automatic or manual queryset caching and automatic
granular event-driven invalidation.
It uses redis as backend for ORM cache and redis or filesystem for simple
time-invalidated one.
And there is more to it:
* Decorators to cache any user function or view as a queryset or by time
* Extensions for django and jinja2 templates
* Transparent transaction support
* Dog-pile prevention mechanism
* A couple of hacks to make django faster
WWW: https://github.com/Suor/django-cacheops