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 the way I am using Sorl the thumbnails would
never be used in a django template, they would only be used in the
legacy application. 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? Thanks
so much!
~Josh
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---