From 26d6e370eaeea00d537ed539327ea2e87fcc2b47 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 25 Jun 2024 23:17:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 822ad0f6..6bad3014 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,8 @@ Released under [MIT License](LICENSE.txt). ## See also +- [`django-cache-cleaner`](https://github.com/fabiocaccamo/django-cache-cleaner) - clear the entire cache or individual caches easily using the admin panel or management command. 🧹✨ + - [`django-colorfield`](https://github.com/fabiocaccamo/django-colorfield) - simple color field for models with a nice color-picker in the admin. 🎨 - [`django-extra-settings`](https://github.com/fabiocaccamo/django-extra-settings) - config and manage typed extra settings using just the django admin. ⚙️