dmr

Installation
SKILL.md

django-modern-rest skill

Here's a list of best practices to use for different parts of the application.

Installing django-modern-rest

Always prefer to install msgspec extra, because it provides the fastest json parsing / loading.

Always add django-stubs[compatible-mypy] to the dev dependencies, because django-modern-rest requires types for Django during type checking.

Defining controller

Do not use @validate, when @modify is enough

This code:

Installs
25
GitHub Stars
1.3K
First Seen
Apr 18, 2026
dmr — wemake-services/django-modern-rest