Contents

django-cacheops 7.2

0

A slick ORM cache with automatic granular event-driven invalidation for Django.

A slick ORM cache with automatic granular event-driven invalidation for Django.

Stars: 2263, Watchers: 2263, Forks: 237, Open Issues: 21

The Suor/django-cacheops repo was created 14 years ago and the last code push was 4 months ago.
The project is very popular with an impressive 2263 github stars!

How to Install django-cacheops

You can install django-cacheops using pip

pip install django-cacheops

or add it to a project with poetry

poetry add django-cacheops

Package Details

Author
Alexander Schepanovski
License
BSD
Homepage
http://github.com/Suor/django-cacheops
PyPi:
https://pypi.org/project/django-cacheops/
GitHub Repo:
https://github.com/Suor/django-cacheops

Classifiers

  • Internet/WWW/HTTP
  • Software Development/Libraries/Python Modules
No  django-cacheops  pypi packages just yet.

Errors

A list of common django-cacheops errors.

Code Examples

Here are some django-cacheops code examples and snippets.

Related Packages & Articles

Django 6.0.2

Django is a high-level web development framework that empowers Python developers to build dynamic and robust web applications quickly and efficiently. It follows the Model-View-Controller (MVC) architectural pattern, making it easy to separate the different components of an application. With its extensive built-in features, such as URL routing, templating, forms handling, and database abstraction, Django takes care of the repetitive tasks, allowing developers to focus on writing clean and maintainable code. It relies on the Python Standard Library and includes several optional dependencies, including psycopg2, mysqlclient, and pytz for database connectivity and time zone support. Django's rich ecosystem and active community make it a popular choice for building scalable and secure web applications.