https://github.com/kondratevdev/awesome-django-modern-rest
A curated list of resources related to Django Modern REST
https://github.com/kondratevdev/awesome-django-modern-rest
List: awesome-django-modern-rest
api awesome awesome-list django django-modern-rest django-rest dmr python rest
Last synced: 2 months ago
JSON representation
A curated list of resources related to Django Modern REST
- Host: GitHub
- URL: https://github.com/kondratevdev/awesome-django-modern-rest
- Owner: kondratevdev
- License: mit
- Created: 2026-03-12T15:22:46.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-04-24T04:17:09.000Z (2 months ago)
- Last Synced: 2026-04-24T06:22:50.056Z (2 months ago)
- Topics: api, awesome, awesome-list, django, django-modern-rest, django-rest, dmr, python, rest
- Language: Makefile
- Homepage: https://django-modern-rest.readthedocs.io
- Size: 52.7 KB
- Stars: 17
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome Django Modern REST [](https://github.com/sindresorhus/awesome)
[](https://github.com/kondratevdev/awesome-django-modern-rest/actions/workflows/ci.yml)
[](https://github.com/wemake-services/django-modern-rest)
[](https://pepy.tech/projects/django-modern-rest)
[](https://t.me/django_modern_rest)
> A curated list of resources related to Django Modern REST
[Modern REST](https://github.com/wemake-services/django-modern-rest) framework for [Django](https://github.com/django/django) with types and async support!
## Contents
- [Official](#official)
- [Extensions](#extensions)
- [Tooling and Utilities](#tooling-and-utilities)
- [AI and Spec-First](#ai-and-spec-first)
- [Projects and Templates](#projects-and-templates)
- [Articles](#articles)
## Official
- [Documentation](https://django-modern-rest.readthedocs.io/en/latest/) - Complete API reference and practical usage guides.
- [Source code](https://github.com/wemake-services/django-modern-rest/) - Source repository on GitHub.
- [Performance and Benchmarks](https://django-modern-rest.readthedocs.io/en/latest/pages/deep-dive/performance.html#performance-and-benchmarks) - Performance analysis and benchmark results.
## Extensions
- [diwire](https://docs.diwire.dev/howto/web/django-modern-rest.html) - Integration guide for the `diwire` type-driven dependency injection framework.
- [dmr-dishka](https://github.com/arturboyun/dmr-dishka) - Integration package for [Dishka](https://github.com/reagento/dishka/) with typing and async support.
## Tooling and Utilities
- [django-stubs](https://github.com/typeddjango/django-stubs) - Type stubs and a mypy plugin for Django projects using django-modern-rest.
- [django-mantle](https://noumenal.es/mantle/) - Typed model conversion for Django `QuerySet`s with official django-modern-rest [integration documentation](https://django-modern-rest.readthedocs.io/en/latest/pages/integrations.html#django-mantle).
- [django-health-check](https://github.com/codingjoe/django-health-check) - Simple health check endpoints for Django.
## AI and Spec-First
- [dmr-llm-spec-first](https://github.com/milssky/dmr-llm-spec-first) - Spec-first generator for django-modern-rest project skeletons from OpenAPI definitions.
## Projects and Templates
- [wemake-django-templates](https://github.com/wemake-services/wemake-django-template/) - Production-ready project template with django-modern-rest and modern tooling.
- [spectacular-dmr-demo](https://github.com/gimntut/spectacular-dmr-demo) - Demo of gradual migration from DRF to django-modern-rest with a unified OpenAPI layer.
- [url-shortener-django-modern-rest-example](https://github.com/Peopl3s/url-shortener-django-modern-rest-example) - URL shortener API example built with Django and django-modern-rest.
## Articles
- [Why Django needs a new REST API](https://t.me/opensource_findings/938) - Short Russian-language overview of the framework's goals and core benefits.
- [Django Modern REST 0.1.0: First Public Release](https://t.me/opensource_findings/950) - Detailed Russian-language release post covering key features and ecosystem integrations.