(no title)
frio | 4 months ago
"django-stubs>=5.2",
"django-stubs-ext>=5.2.2",
In `settings.py`, add: import django_stubs_ext
django_stubs_ext.monkeypatch()
With that, it seems _mostly_ OK, though I had to toggle off some of basedpyright's typechecking.
No comments yet.