ImageField
をdjangoで扱うためには、pythonパッケージのpillowが必要です。pillowはPIL
(PIL Python Imaging Library)の1つで、pythonで画像処理を担当します。#pillowのインストールコマンド
python -m pip install Pillow
#pillowをインストールしていないとエラーが出ます
ERRORS: xxx.image: (fields.xxx) Cannot use ImageField because Pillow is not installed.