Код: Выделить всё
if report:
location = Document_Generator(report).file_location
return send_from_directory(location[0],
location[1], as_attachment=True)
Подробнее здесь: https://stackoverflow.com/questions/168 ... h-the-page
Код: Выделить всё
if report:
location = Document_Generator(report).file_location
return send_from_directory(location[0],
location[1], as_attachment=True)