diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-04-19 03:42:39 +0800 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-04-19 03:42:39 +0800 |
commit | e415ed1be5c1498d12a4c32f9d7ae1bf9c573493 (patch) | |
tree | 3f61573875e5696d2c5551bad3e539b2eaf5a015 /www/Makefile | |
parent | b8b1574599be29a94d4dbbe9fbc9ac9aaff25291 (diff) | |
download | freebsd-ports-gnome-e415ed1be5c1498d12a4c32f9d7ae1bf9c573493.tar.gz freebsd-ports-gnome-e415ed1be5c1498d12a4c32f9d7ae1bf9c573493.tar.zst freebsd-ports-gnome-e415ed1be5c1498d12a4c32f9d7ae1bf9c573493.zip |
New port: www/py-django-cacheops
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
Approved by: mentors (implicit)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 12f31bbf54af..5b6236c5e5d9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1533,6 +1533,7 @@ SUBDIR += py-django-bootstrap3 SUBDIR += py-django-braces SUBDIR += py-django-bulk-update + SUBDIR += py-django-cacheops SUBDIR += py-django-caching-app-plugins SUBDIR += py-django-classy-tags SUBDIR += py-django-cms |