from django.db import models
from django.contrib.auth.models import User
from django.utils import timezone
これらのfromに破線が出てしまいます。エラーは
Unable to import 'django.db'
Unable to import 'django.contrib.auth.models'
Unable to import 'django.utils'
と出ています。
ググって調べてみたのですが、自分では解決できませんでした。何か知っていることがあれば教えていただけないでしょうか。
pythonのバージョンはpython3.8.1 64bitです
回答1件
あなたの回答
tips
プレビュー