mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-01-18 07:17:02 +00:00
add Caching section
This commit is contained in:
parent
215e5875db
commit
7ef2db9b89
|
@ -25,6 +25,7 @@ or buying <a rel="sponsored" href="https://django.threadless.com/">official merc
|
|||
- [Admin](#admin)
|
||||
- [APIs](#apis)
|
||||
- [Async](#async)
|
||||
- [Caching](#caching)
|
||||
- [Commands](#commands)
|
||||
- [Configuration](#configuration)
|
||||
- [Content Management Systems](#content-management-systems)
|
||||
|
@ -101,6 +102,10 @@ _For a complete listing of all available packages, see [Django Packages](https:/
|
|||
- [channels](https://github.com/django/channels/) - Async support for Django.
|
||||
- [starlette](https://github.com/encode/starlette) - ASGI framework.
|
||||
|
||||
### Caching
|
||||
- [django-cachalot](https://github.com/noripyt/django-cachalot) - Caches your Django ORM queries and automatically invalidates them.
|
||||
- [django-cacheops](https://github.com/Suor/django-cacheops) - A slick ORM cache with automatic granular event-driven invalidation.
|
||||
|
||||
### Commands
|
||||
- [django-extensions](https://github.com/django-extensions/django-extensions/) - Custom management extensions, notably `runserver_plus` and `shell_plus`.
|
||||
- [django-click](https://github.com/GaretJax/django-click) - Write Django management commands using the click CLI library.
|
||||
|
|
Loading…
Reference in New Issue
Block a user