Hi there,
I'm using ImageWithThumbnailsField from sorl to handle images on my project, without any problems. Now I'd like to use PIL to generate images out of my text, in some cases that the user doesn't upload photos. I'm having a bad time trying to figure what is the code, so any help would be appreciated!
step 1. when user doesn't upload photo, create one with PIL (this is done)
step 2. assign the created photo as the ImageWithThumbnailsField (your help goes here)
Thanks!