瀏覽代碼

Merge branch 'master' of https://github.com/wsvincent/awesome-django

William Vincent 5 年之前
父節點
當前提交
40a58a0fd5
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      README.md

+ 7 - 0
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
@@ -188,6 +194,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.