Merge pull request #3077 from sobolevn/patch-3

This commit is contained in:
Jinyang
2026-04-21 19:14:53 +04:00
committed by GitHub

View File

@@ -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.