I have been working on a deep learning Django app that requires PIL
installed. Now, I want to handle some images sent from an Android app. Imagefield
seems to depend on Pillow
. But both PIL and Pillow can't exist together.
Can FileField
be used for this purpose? How do I approach now?