Hi!I'm trying to override the AdminFileWidget with no success. The idea is to get a thumbnailnext to the uploaded files in a tabular view of the admin site. I did the following :class AdminImageWidget(AdminFileWidget):def render(self, name, value, attrs=None):
--
Nicolas Emiliani
Lo unico instantaneo en la vida es el cafe, y es bien feo.
Crap, hit the send key, there it goes. Sorry.Hi!I'm trying to override the AdminFileWidget with no success. The idea is to get a thumbnailnext to the uploaded files in a tabular view of the admin site. I did the following :