Exception Value: No module named 'PIL' – in Django – Nginx
Django Version: 3.1.6 Python Version: 3.6.9 I'm trying to use the ImageField in my django admin page to upload an image. When I try to upload it from my NGinx/Gunicorn server I get this error. However when I run it…