Add wireup to third-party-packages

This commit is contained in:
Aldo Mateli 2026-02-14 22:06:04 +00:00
parent f38354943c
commit f6e8b25cbd

View File

@ -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