vscode で unable to import djangoと言われた
解決の参考にしたサイトはこれ
Unable to import 'django.db'
Ctrl+Shift+Pを押しPython:Select Interpreterを選択、その後pythonのバージョン選択を求められる。
自分はwhich pythonで出力されたバージョンを選択しました。
-> Select Interpreter select the environment that starts with ./env or .\env run Ctrl+Shift+` to activate it
share improve this answer follow