Add django-ninja

This commit is contained in:
Vitaliy Kucheryaviy 2020-08-31 11:44:51 +03:00 committed by GitHub
parent 9833e70f28
commit a4b33ac87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [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.
- [django-ninja](http://django-ninja.rest-framework.com/) - Django Ninja - Fast Django REST framework based on type annotations.
### Async
- [channels](https://github.com/django/channels/) - Async support for Django.