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.