Python 3.9
Django 2.2.7
Pillow 8.3.0
При запуске проекта пишет:
SystemCheckError: System check identified some issues:
ERRORS:
index.Catalog.photo: (fields.E210) Cannot use ImageField because Pillow is not installed.
HINT: Get Pillow at https://pypi.org/project/Pillow/ or run command "pip install Pillow".
index.Product.photo: (fields.E210) Cannot use ImageField because Pillow is not installed.
HINT: Get Pillow at https://pypi.org/project/Pillow/ or run command "pip install Pillow".
index.Profile.photo: (fields.E210) Cannot use ImageField because Pillow is not installed.
HINT: Get Pillow at https://pypi.org/project/Pillow/ or run command "pip install Pillow".
Ввожу в консоли "pip install Pillow":
Requirement already satisfied: Pillow in c:\users\user\appdata\local\programs\python\python39\lib\site-packages (8.3.0)