From d165e47b736b9d03df48a856e8254d77d59be9cf Mon Sep 17 00:00:00 2001 From: Vitaliy Kucheryaviy Date: Mon, 31 Aug 2020 11:46:30 +0300 Subject: [PATCH] Add django-ninja --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c26fe77..1cc109e 100644 --- a/README.md +++ b/README.md @@ -85,7 +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. +- [django-ninja](https://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.