add drf-yasg

This commit is contained in:
William Vincent 2020-04-20 11:55:54 -04:00
parent bf3573047c
commit 9030932317

View File

@ -75,6 +75,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [djoser](https://github.com/sunscrapers/djoser) - REST implementation of Django auth
- [django-rest-framework-simplejwt](https://github.com/davesque/django-rest-framework-simplejwt) - JSON web tokens for DRF
- [django-webpack-loader](https://github.com/owais/django-webpack-loader) - Transparently use webpack with Django
- [drf-yasg](https://github.com/axnsan12/drf-yasg) - Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code
- [graphene-django](https://github.com/graphql-python/graphene-django) - GraphQL for Django