mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-02-18 13:10:35 +03:00
Add wireup to third-party-packages documentation page (#9893)
This commit is contained in:
parent
f38354943c
commit
e45518a132
|
|
@ -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-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
|
* [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).
|
* [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
|
### Customization
|
||||||
|
|
||||||
|
|
@ -258,6 +259,8 @@ To submit new content, [create a pull request][drf-create-pr].
|
||||||
[graphwrap]: https://github.com/PaulGilmartin/graph_wrap
|
[graphwrap]: https://github.com/PaulGilmartin/graph_wrap
|
||||||
[rest-framework-actions]: https://github.com/AlexisMunera98/rest-framework-actions
|
[rest-framework-actions]: https://github.com/AlexisMunera98/rest-framework-actions
|
||||||
[fast-drf]: https://github.com/iashraful/fast-drf
|
[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
|
[django-requestlogs]: https://github.com/Raekkeri/django-requestlogs
|
||||||
[drf-standardized-errors]: https://github.com/ghazi-git/drf-standardized-errors
|
[drf-standardized-errors]: https://github.com/ghazi-git/drf-standardized-errors
|
||||||
[drf-api-action]: https://github.com/Ori-Roza/drf-api-action
|
[drf-api-action]: https://github.com/Ori-Roza/drf-api-action
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user