
Dmr From Drf
- 37 installs
- 1.3k repo stars
- Updated August 5, 2026
- wemake-services/django-modern-rest
Migrate an existing Django REST Framework (DRF) API to django-modern-rest (dmr), converting serializers and viewsets to the modern typed framework so a solo builder can adopt dmr incrementally.
About
A Claude Code skill that migrates existing Django REST Framework (DRF) APIs to django-modern-rest (dmr). It converts DRF serializers and viewsets into the modern typed, async dmr framework so teams can adopt dmr without rebuilding their API by hand. A solo builder reaches for it when running DRF and wanting to modernize onto django-modern-rest with types and async support.
- Migrates DRF APIs to dmr
- Converts serializers and viewsets
- Modern typed, async framework target
- Reduces manual rewrite effort
Dmr From Drf by the numbers
- 37 all-time installs (skills.sh)
- +6 installs in the week ending Jul 27, 2026 (Skillselion tracking)
- Ranked #3,308 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wemake-services/django-modern-rest --skill dmr-from-drfAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 37 |
|---|---|
| repo stars | ★ 1.3k |
| Last updated | August 5, 2026 |
| Repository | wemake-services/django-modern-rest ↗ |
What it does
Migrate an existing Django REST Framework (DRF) API to django-modern-rest (dmr), converting serializers and viewsets to the modern typed framework so a solo builder can adopt dmr incrementally.
Who is it for?
Teams migrating from Django REST Framework to dmr
Skip if: Projects not using DRF