We have an in-house application that allows our clients to upload images to their site from the admin. This application also handles making thumbnails of images on upload if the user desires to do so. The code works perfectly on our development server, but something about it doesn't behave well on our production servers.
The thumbnails are created perfectly on the production servers when the user saves the object a second time. We're using a custom thumbnailing solution. I've diff'ed the application and whatnot. All seems to be in order. Any ideas what could cause this sort of behavior? I can't imagine that it would be a missing library or anything like that, because the second save on production creates the thumbnails just fine. I've tried putting a small pause in the code between the time of the super.save() and the time the thumbnail-creation code is called in case there was a filesystem sync problem... Really strange. Thanks! - 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---