[Answer]-Pulling an image online and rendering it through a Django template

1👍

Instead of all that what don’t you just put the image url into the template i.e

<img src="http://geology.com/world/world-map.gif" />

That should be able to work fine

Leave a comment