diff --git a/docs/community/third-party-packages.md b/docs/community/third-party-packages.md index 80cb445e1..cca0b524a 100644 --- a/docs/community/third-party-packages.md +++ b/docs/community/third-party-packages.md @@ -162,6 +162,7 @@ To submit new content, [create a pull request][drf-create-pr]. * [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). +* [wireup][wireup] - Dependency injection container with Django integration support. For integration docs, [click here][wireup-django-docs]. ### Customization @@ -258,6 +259,8 @@ To submit new content, [create a pull request][drf-create-pr]. [graphwrap]: https://github.com/PaulGilmartin/graph_wrap [rest-framework-actions]: https://github.com/AlexisMunera98/rest-framework-actions [fast-drf]: https://github.com/iashraful/fast-drf +[wireup]: https://github.com/maldoinc/wireup +[wireup-django-docs]: https://maldoinc.github.io/wireup/latest/integrations/django/ [django-requestlogs]: https://github.com/Raekkeri/django-requestlogs [drf-standardized-errors]: https://github.com/ghazi-git/drf-standardized-errors [drf-api-action]: https://github.com/Ori-Roza/drf-api-action