[!]进口"django.shortcuts“不能从酱油中解决(ReportMissingModuleSoucre)
from django.shortcuts import render
# Create your views here.
def get_home(request):
return render(request,'home.html')我什么也没试,我需要帮助
发布于 2022-11-04 15:21:06
发布于 2022-11-07 01:52:19
您需要确保您已经选择了正确的python解释器(快捷键"Ctrl+shift+P“并键入"Python: select解释器”),您已经安装了要导入的包。
或者,您可以在您在VSCode中选择的python解释器下重新安装这些包。
https://stackoverflow.com/questions/74318665
复制相似问题