Skip to content

Instantly share code, notes, and snippets.

@leonardoo
Created April 28, 2015 23:03
Show Gist options
  • Save leonardoo/b63510cfee7d87c66e85 to your computer and use it in GitHub Desktop.
Save leonardoo/b63510cfee7d87c66e85 to your computer and use it in GitHub Desktop.
response = StreamingHttpResponse(streaming_content = inventory.fileInvoice,
content_type='application/vnd.ms-excel')
response['Content-Disposition'] = 'attachment; filename=' + inventory.fileInvoice.name
return response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment