How can I solve the reportMissingModuleSource by using Django and docker-compose without creating a virtual environment?
I've tried to create a new project with Django and docker-compose without creating virtual environment. But now, when I want to start coding in VS Code, I get the reportMissingModuleSource. For example in mysite/urls.py "Import "django.contrib" could not be resolved from sourcePylance"
Try Ctrl shift P, select the right interpreter go