This commit is contained in:
Tao Bojlén 2024-11-21 08:12:52 +00:00 committed by GitHub
commit e6af9d5515
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,6 +263,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.