Add django-modern-rest#3077
Merged
JinyangWang27 merged 1 commit intovinta:masterfrom Apr 21, 2026
Merged
Conversation
JinyangWang27
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md#3-hidden-gem
Project
Hi 👋
My name is Nikita Sobolev, I am a CPython core developer, Django Software Foundation member,
django-stubsmain maintainer, and today I want to present my new Django project :)django-modern-rest
Checklist
Add project-name- [project-name](url) - Description ending with period.Why This Project Is Awesome
Which criterion does it meet? (pick one)
Explain:
I belive that
django-modern-resthas an exceptional quality. It is the fastest tool on the market in its category. It supports more types of models that anybody else: we supportmsgspec,attrs,pydantic,dataclasses,TypeDict,NamedTuple, etc. We also supports multiple streaming formats: SSE and JsonLines, when none other existing frameworks do. We bundle auth with JWT tokens, whileninjaanddrfdo not. We have an amazing OpenAPI schema generation, it documents everything, this is the main design goal, no other Python framework does anything similar. We support all major type-checkers (mypy,pyright,pyrefly,tysupport is incomming) in strict modes, whileninjaanddrf- do not. We support LLMs as first-class citizens, providing skills, contexts, learning paths, etc. We also have a lot of DX features likepolyfactoryandtracecovintegrations, which make the dev experience a lot better.We have 1100+ stars, which is not a lot, but it is not few :)
This is a very nice way to build your REST APIs in Django.
We have several testimonials from CPython core devs (myself included), Django core dev, schemathesis author: https://github.com/wemake-services/django-modern-rest/#testimonials
Yes, addoption does exist, still not VERY wide. See https://github.com/kondratevdev/awesome-django-modern-rest
Yes, first commit was in October 2025 wemake-services/django-modern-rest@af5b991
I hope that I nailed it :)
How It Differs
See above :)