Как исправить ошибку cannot use ImageField because Pillow is not installed?
сделал модель где есть image = models.ImageField(upload_to='/products_images')
при попытке python manage.py makemigrations products возникает ошибка cannot use ImageField because Pillow is not installed.
Как можно ее исправить?