Visual Studio Code auto import

Hello,

I’m using Visual Studio Code on Mac to follow the Django course.

I have an issue with the IDE: if I type for example “import django.db…” the IDE propose the autocompletion so it recognize the django libs but if I forgot the import and into the code I wrote for example “… Count…” and try to auto-import the Count module the django libraries aren’t proposed.

This video show the difference: Dropbox - vscode-django.mp4 - Simplify your life

What may be the problem?

Thanks!

I did try few extension for django project but found None for auto importing