django-medusa icon indicating copy to clipboard operation
django-medusa copied to clipboard

Deal with StreamingHttpResponse in disk renderer

Open pcraston opened this issue 9 years ago • 0 comments

StreamingHttpResponse does not have a content attribute, so medusa fails here.

Need to iterate over response.streaming_content if response is StreamingHttpResponse and save it otherwise save response.content

pcraston avatar Apr 14 '15 11:04 pcraston