placement_group_size_control #2

Closed
jmplace wants to merge 150 commits from placement_group_size_control into master
2 changed files with 433 additions and 548 deletions
Showing only changes of commit c8872bd220 - Show all commits

View File

@ -70,7 +70,7 @@ def send_from_flask(data, filename, mime=scu.XLSX_MIMETYPE):
response = make_response(data)
response.headers['Content-Type'] = mime
response.headers['Content-Disposition'] = 'attachment; filename="%s"' % filename
return response
def send_excel_file(request, data, filename, mime=scu.XLSX_MIMETYPE):
"""publication fichier.

File diff suppressed because it is too large Load Diff