problem description
when Django is deployed, static resources are public. You can directly copy the url corresponding to the image to the browser address bar to access the image. Now if you want to add restrictions to prevent this operation, you must pass some kind of authentication before accessing the image. Do you have any good ideas?