def fileresponse_download(request): the_file_name = "manage.py" response = FileResponse(file(the_file_name)) return response ...
確定! 回上一頁