Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 921 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 921 Bytes

djangorestframework-types PyPI

Type stubs for Django Rest Framework.

Note: this project was forked from https://github.com/typeddjango/djangorestframework-stubs with the goal of removing the mypy plugin dependency so that mypy can't crash due to Django config, and that non-mypy type checkers like pyright will work better with Django Rest Framework.

install

pip install djangorestframework-types

related