Solutionunvalidated
serve temporary files on the fly with django. Outcome: return FileResponse(buffer, as_attachment=True, filename=f"the_file.format").
96b1c1af-660c-4927-8551-ddceeb67ce85
serve temporary files on the fly with django. Outcome: return FileResponse(buffer, as_attachment=True, filename=f"the_file.format").