Help please! am new to django please i have installed django in virtual environment i created on my desktop. but whenever i create a django project and open up the folder in vs code in the url.py file and the wsgi.py files there is a red underline in the import statements. and when i hover over it it says unable to import the package name
this is from the wsgi.py file. it says unable to import django.core.wsgi i have not written any code so there are no errors yet but vscode shows a red underline on the from import statements
from django.core.wsgi import get_wsgi_application
also in the urls.py file it does the same thing
from django.contrib import admin
from django.urls import path
i have tried uninstalling and installing django again but it didn't work. it still does the samething
ps. i have not written any code in the django project prior to this but no doubt this will surely give me an error