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: