From d7f687ab62ad9215cf5b65ce7fd3c23585cb0a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= <66130243+taobojlen@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:44:57 +0000 Subject: [PATCH] :sparkles: Adds django-zeal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5852059..42919cc 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,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.