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
In a Python module that makes a drawing I simply put the following.
import PIL.Image as Image
and likewise for ImageDraw and ImageFont. Those were the only changes that were necessary after a routine PIP installation.