Python (Django) auto-completion not working

I’m guessing that you were getting type stubs from Pylance in VSCode. You can install the stubs which Pyright/Pyrefly will then pick up automatically to give you hover/autocomplete: GitHub - sbdchd/django-types: 🍩 Type stubs for Django.

1 Like