On May 29, 11:29 am, "Josh.MIPS" <[EMAIL PROTECTED]> wrote:
> Does anyone know a way to force Sorl to create
> the thumbnails as soon as an object is saved in the admin interface,
> rather than waiting until a thumbnail is needed in a template?

You could override the model's save() method to have it create (and
immediately discard) a sorl.main.thumbnail.DjangoThumbnail instance,
which would generate the thumbnail image.

--Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to