In the long run, command line execution, for example, unloading a large .zip archive, how to redirect real-time output of unzip commands to the browser via Django HttpResponse?
EDIT: As Paul suggested, I did a search and found that this question has answers to the question of how to return HttpResponse using a generator.
Refresh HttpResponse every few seconds
Now the remaining problem is how to capture and create a generator from unzip output.
source share