How to secure media files in django in poduction? – Apache
I am trying to make a project and have some media files which should only be accessed by their owner. In production, media and static files are served by apache (or nginx but I am using apache). I was looking…