From 5a6f2ae7c92dbc37cd3d37bc67843e4dc570e93e Mon Sep 17 00:00:00 2001 From: Simon Gurcke Date: Tue, 21 Oct 2025 22:50:18 +1000 Subject: [PATCH] Add Apitally to third-party-packages.md in docs (#9718) --- docs/community/third-party-packages.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index a4ad2db1e..5b878e9ee 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -158,6 +158,7 @@ To submit new content, [create a pull request][drf-create-pr]. * [django-requestlogs] - Providing middleware and other helpers for audit logging for REST framework. * [drf-standardized-errors][drf-standardized-errors] - DRF exception handler to standardize error responses for all API endpoints. * [drf-api-action][drf-api-action] - uses the power of DRF also as a library functions +* [apitally] - A simple API monitoring, analytics, and request logging tool using middleware. For DRF-specific setup guide, [click here](https://docs.apitally.io/frameworks/django-rest-framework). ### Customization @@ -260,4 +261,5 @@ To submit new content, [create a pull request][drf-create-pr]. [drf-redesign]: https://github.com/youzarsiph/drf-redesign [drf-material]: https://github.com/youzarsiph/drf-material [django-pyoidc]: https://github.com/makinacorpus/django_pyoidc +[apitally]: https://github.com/apitally/apitally-py [drf-shapeless-serializers]: https://github.com/khaledsukkar2/drf-shapeless-serializers