How to Install and Uninstall python3-django-cacheops.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-django-cacheops.noarch" package

This tutorial shows how to install python3-django-cacheops.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-django-cacheops.noarch

2. Uninstall "python3-django-cacheops.noarch" package

This tutorial shows how to uninstall python3-django-cacheops.noarch on Fedora 34:

$ sudo dnf remove python3-django-cacheops.noarch $ sudo dnf autoremove

3. Information about the python3-django-cacheops.noarch package on Fedora 34

Last metadata expiration check: 3:15:52 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-django-cacheops
Version : 5.1
Release : 2.fc34
Architecture : noarch
Size : 75 k
Source : python-django-cacheops-5.1-2.fc34.src.rpm
Repository : fedora
Summary : ORM cache with automatic granular event-driven invalidation for Django
URL : https://github.com/Suor/django-cacheops
License : BSD
Description : 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
:
: Python 3 version.