Vscode autocomplite in django

Does not autocomplite list_per_page or list_ display in admin.ModelAdmin class of Django project.
Why is it?

Please check if you have “from django.contrib import admin” at the top of your source file and the file is recognized by your IDE as a python source file.