from django.http import FileResponse def file_download_view(request): filename, filepath = <ファイル名、パスを取得> return ...
確定! 回上一頁