From 3a5e512cf5f77171cb362943e8b3359b82b0bb87 Mon Sep 17 00:00:00 2001 From: fauzan171 Date: Thu, 14 May 2026 23:11:37 +0700 Subject: [PATCH] Add Django Ninja to Web Frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81eff0edb4..d92e7bd588 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ _Libraries for building RESTful and GraphQL APIs._ - Django - [django-modern-rest](https://github.com/wemake-services/django-modern-rest) - Modern REST with speed, types, async, `msgspec`, `pydantic` and other goodies! - [django-ninja](https://github.com/vitalik/django-ninja) - Fast, Django REST framework based on type hints and Pydantic. +- [Django Ninja](https://github.com/vitalik/django-ninja) - Fast, AsyncCapable, Django-based API framework with automatic OpenAPI documentation. - [django-rest-framework](https://github.com/encode/django-rest-framework) - A powerful and flexible toolkit to build web APIs. - [strawberry-django](https://github.com/strawberry-graphql/strawberry-django) - Strawberry GraphQL integration with Django. - Flask