From 9030932317861da19ea1ea65fa0d8ebd79a109e8 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Mon, 20 Apr 2020 11:55:54 -0400 Subject: [PATCH] add drf-yasg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 574097b..398dcb8 100644 --- a/README.md +++ b/README.md @@ -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