Re: putting an dynamically created image to response

2017-09-06 Thread Jani Tiainen
Hi, You probably want to have actually a view that returns the map image as a response. And that's documented, using PDF though but for image same principle applies. https://docs.djangoproject.com/en/1.11/howto/outputting-pdf/ On 6.9.2017 11.55, Ahmet Temiz wrote: Hi, I created an image (

putting an dynamically created image to response

2017-09-06 Thread Ahmet Temiz
Hi, I created an image ( a map) dynamically. But, I am confused to put it into HttpResponse without saving to disk. What do I have to do? regards -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivi