mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-19 01:31:07 +00:00
Add djangorestframework-stubs to local.txt requirements Modify setup.cfg to add stubs to mypy settings Fix new type error in DRF `./users/api/views.py:19: error: Incompatible type for lookup 'id': (got "Union[AutoField[Union[Combinable, int, str], int], Any]", expected "Union[str, int]")` by asserting that `self.request.user.id` is an int |
||
|---|---|---|
| .. | ||
| contrib | ||
| static | ||
| templates | ||
| users | ||
| utils | ||
| __init__.py | ||
| conftest.py | ||