March 2020
Intermediate to advanced
608 pages
17h 17m
English
For images with image versions, we will need the Pillow and django-imagekit libraries. Let's install them with pip in your virtual environment (and include them in requirements/_base.txt):
(env)$ pip install Pillow(env)$ pip install django-imagekit==4.0.2
Then, add "imagekit" to INSTALLED_APPS in the settings.