From 2294e83cfad5a2542a1486805c0f3585811f3b83 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 2 Jan 2020 18:54:21 +0000 Subject: [PATCH 1/2] Add APM third party packages --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9d0f81f..1b50d2c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - [Third-Party Packages](#third-party-packages) - [Admin](#admin) - [APIs](#apis) + - [APM](#apm) - [Async](#async) - [Commands](#commands) - [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 - [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 - [channels](https://github.com/django/channels/) - Async support for Django - [starlette](https://github.com/encode/starlette) - ASGI framework From 6b69dd9b716d2d217db3a009fbbce3dbbd0c952a Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 1 Feb 2020 09:58:29 +0000 Subject: [PATCH 2/2] Add link to community page --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c83f6cc..d82b37e 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ _A short list of Python packages that work well with Django._ ### Community - [Django Forum](https://forum.djangoproject.com/) - Discourse Board +- [Community Page](https://www.djangoproject.com/community/) - Featuring feeds of Community Blog Posts, Jobs, and more. - [Django Users Google Group](https://groups.google.com/forum/#!forum/django-users/) - Very active discussion board for questions/answers. - [Developers Google Group](https://groups.google.com/forum/#!forum/django-developers/) - For contributions to Django itself only. - [Twitter](https://twitter.com/djangoproject/) - For official announcements on updates, security fixes, etc.