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 ...
1.Clone/Download project. 2.Install required software - Django,python,Xampp,Visual Code. 3.Run the following commands after from the project directory- a)python manage.py makemigrations b)python ...