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
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.