This module shows a simple way to serve files for download in django rest framework using Apache module Xsendfile. It also has an additional feature of serving downloads only to users belonging to a ...
The idea is request a download filling a form. It will trigger a request to download. It will be sent by email with a link to reject and another to accept. If the admin accepts, the user will be able ...