How to use Pillow with Django

前端 未结 4 1468
借酒劲吻你
借酒劲吻你 2021-02-18 16:44

I installed Pillow and now want to use it on my Django site to allow uploading of images of through my admin page. See previous question.

What changes do I need to make

4条回答
  •  猫巷女王i
    2021-02-18 17:26

    You shouldn't have to make any changes in your settings.py or otherwise to use Pillow instead of PIL. Its a drop-in replacement, and simply has to be available on your PYTHONPATH.

提交回复
热议问题