Can i use login_required
to get access to static files? For example if someone know url to static file, still can open this url even logged out. How can i resolve it? Could You give me any solutions how to protect my static files from not logged users.
static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
I would like to protect my media files