You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
説明
現在、Django REST framework標準のバリデーション機能を使ってエラーメッセージを出している。このエラーメッセージは英語になっているため、そのままフロント側で出力するには不親切である。
具体的な対応
エラーメッセージをカスタマイズ(日本語化)する。
関連Issue
#37