I want to delete the generated zipfile from the server, after the end user downloads it into the local system in Django Python web application.
My question is similar to this question asked already by another user
But, the solution suggested on that link shared above requires me to import a this line:
from webapp.celery import app
I am not sure how to install this library? Any idea on this how to make use of the suggested solution on the link Thank you.