deleting unaccessed files using python
- by damon
My django app parses some files uploaded by the user.It is possible that the file uploaded by the user may remain in the server for a long time ,without it being parsed by the app.This can increase in size if a lot of users upload a lot of files.
I need to delete those files not recently parsed by the app -say not accessed for last 24 hours.I…