From c608018fde13553eaee005209150f98b4eae8d8f Mon Sep 17 00:00:00 2001 From: Jannik Waschkau Date: Mon, 25 Oct 2021 09:58:54 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e5c381..3af7561 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [Reactor](https://github.com/edelvalle/reactor/) - Phoenix LiveView, but for Django. - [Sockpuppet](https://sockpuppet.argpar.se/) - Build reactive applications with the Django tooling you already know and love. - [Unicorn](https://www.django-unicorn.com/) - A reactive component framework that progressively enhances a normal Django view, makes AJAX calls in the background, and dynamically updates the DOM. +- [iommi](https://github.com/TriOptima/iommi) - Toolkit for development of CRUD applications without writing HTML or JavaScript. ### General - [django-filter](https://github.com/carltongibson/django-filter) - Powerful filters based on Django QuerySets.