You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django-filer
Hi !
I'm actually trying to get django-filer to generate thumbnail of a specific size without using the templates (as I don't want to manually replace images by the {% thumbnailer %} tag in each of my admin templates !) .
I could make it work for ImageFields using the THUMBNAILER_DEFAULT_OPTIONS settings in the settings.py, however, this does not work with a FilerImageField.
Does anyone have an idea of a workaround? Thanks !