I know how to preview images inside Django Admin with list_display
, but since I have about 10 different images in one model, I also need to preview them inline, inside the add / change form , in fact I need to preview them next to the Choose File
button (see screenshot):
I tried this apporach, but it doesn’t work: Display thumbnail in Django admin inline
Does anyone know a current solution?