I am using django to upload an image file to the server.
When the user attempts to view a missing image in the django templates, there is just the broken image displayed, but I want to display a default missing image file.
How do I handle the possibility of the physical file being deleted (or just missing) but the location still stored in the database?