From b0af62d911dc7b7d23182a3008f1bbe87857376c Mon Sep 17 00:00:00 2001 From: sobolevn Date: Mon, 20 Apr 2026 09:12:03 +0300 Subject: [PATCH] Add `django-modern-rest` hidden gem https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md#3-hidden-gem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c9b455b..3bf29147 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ _Traditional full stack web frameworks. Also see [Web APIs](#web-apis)._ _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-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.