Is there a way to access files outside django project directory say in some absolute path on user’s home folder?
In my case I’m using a local django app as a form of documentation as well and I’d like to preview and display images and pdf datasheets on browser without having to copy data.
Is there a clean way to achieve this with react typescript frontend?