I have made a news portal with Django that news add manually in database. I have used sorl-thumbnail for news images. But the client wants to add news from an external source that received from json.
I have to save image name in database and download image. Could I use sorl-thumbnail in second way? Or I have to change my all upload system?