Documenter l'API
swagger allows to export the documentations strings of our django models and views into a documentation website, that describe the interface of every endpoint of our application in a more user-friendly fashion than django-admin. >> Deprecation notice: REST framework's built-in support for generating OpenAPI schemas is deprecated in favor of 3rd party packages that can provide this functionality instead.
As replacement, DRF recommend using the drf-spectacular package >>> https://www.django-rest-framework.org/topics/documenting-your-api/
Edited by Sarah Rubio