mirror of
https://github.com/wsvincent/awesome-django.git
synced 2025-02-07 09:00:57 +00:00
Merge pull request #41 from adamchainz/add_apm_category
Add APM third party packages
This commit is contained in:
commit
cb486fd930
|
@ -11,6 +11,7 @@
|
||||||
- [Third-Party Packages](#third-party-packages)
|
- [Third-Party Packages](#third-party-packages)
|
||||||
- [Admin](#admin)
|
- [Admin](#admin)
|
||||||
- [APIs](#apis)
|
- [APIs](#apis)
|
||||||
|
- [APM](#apm)
|
||||||
- [Async](#async)
|
- [Async](#async)
|
||||||
- [Commands](#commands)
|
- [Commands](#commands)
|
||||||
- [Content Management Systems](#content-management-systems)
|
- [Content Management Systems](#content-management-systems)
|
||||||
|
@ -76,6 +77,11 @@ _For a complete listing of all available packages, see [Django Packages](https:/
|
||||||
- [django-webpack-loader](https://github.com/owais/django-webpack-loader) - Transparently use webpack with Django
|
- [django-webpack-loader](https://github.com/owais/django-webpack-loader) - Transparently use webpack with Django
|
||||||
- [graphene-django](https://github.com/graphql-python/graphene-django) - GraphQL for Django
|
- [graphene-django](https://github.com/graphql-python/graphene-django) - GraphQL for Django
|
||||||
|
|
||||||
|
### APM (Application Performance Monitoring)
|
||||||
|
|
||||||
|
- [New Relic](https://newrelic.com/python/django) - Time middleware, views, and SQL queries.
|
||||||
|
- [Scout](https://docs.scoutapm.com/#django) - Time middleware, template rendering, and SQL queries with automatic N+1 detection.
|
||||||
|
|
||||||
### Async
|
### Async
|
||||||
- [channels](https://github.com/django/channels/) - Async support for Django
|
- [channels](https://github.com/django/channels/) - Async support for Django
|
||||||
- [starlette](https://github.com/encode/starlette) - ASGI framework
|
- [starlette](https://github.com/encode/starlette) - ASGI framework
|
||||||
|
|
Loading…
Reference in New Issue
Block a user