From 2f7c7b451a4260742d54a97ff2268d34155c6d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <66130243+taobojlen@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:03:56 +0000 Subject: [PATCH] add django-zeal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2086860..4afd150 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-silk](https://github.com/jazzband/django-silk) - Live profiling and inspection of HTTP requests and database queries. - [py-spy](https://github.com/benfred/py-spy) - Sampling profiler for Python programs. - [pyinstrument](https://github.com/joerick/pyinstrument) - Call stack profiler for Python, Django, Flask, FastAPI. +- [django-zeal](https://github.com/taobojlen/django-zeal) - Detect N+1 queries with user-friendly error messages ### Permissions - [django-role-permissions](https://github.com/vintasoftware/django-role-permissions) - Django app for role-based permissions management.