[[django-types]]が[[django-stubs]]と大きく異なる点は、『**[[mypy]]に依存せず、[[Pyright]]などで動作するように** 作られている』こと。実は[[django-stubs]]からのforkである。 > Note: this project was forked from [https://github.com/typeddjango/django-stubs](https://github.com/typeddjango/django-stubs) with the goal of removing the [`mypy`](https://github.com/python/mypy) plugin dependency so that `mypy` can't [crash due to Django config](https://github.com/typeddjango/django-stubs/issues/318), and that non-`mypy` type checkers like [`pyright`](https://github.com/microsoft/pyright) will work better with Django. > > *[sbdchd/django-types: :doughnut: Type stubs for Django](https://github.com/sbdchd/django-types)*