Re: Sorl Thumbnail, automatically create in admin

2008-05-29 Thread Andrew Myers
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

Sorl Thumbnail, automatically create in admin

2008-05-29 Thread Josh.MIPS
I am working on integrating django with a legacy PHP application. Saving images, and thumbnails through the admin interface is an essential part of the project I am working on. Sorl-thumbnail (as I understand) only creates thumbnails once they are called from within a template, but because of