easy thumbnails certainly does a decent job of creating thumbnails. I'm not too fond of having a template tag do that though... it basically does what i'm think of doing, but in a different area. it also doesn't send the thumbnail over to cloudfiles, which is really what i'm wanting to do, and without running syncstatic.
i'll take a look through easy thumbnail and see if there are any clues for me... i should just have to override it's save functionality to get what i need. thanks for cumulus! its nicer having a specific backend for this instead of one that is useful for multiples.. at this time anyway. On Jan 19, 2:56 pm, Michel Thadeu Sabchuk <miche...@gmail.com> wrote: > Hi, > > > setting up django-storages was simple... > > I recommend you to use django-cumulus [1] rather than django-storages. > The first one is a rewrite made by the same author. > > > however... on the save of my gallery application i'm creating > > thumbnails. this is easy to do with my custom field... normally. > > django-storages doesnt work so well with this. So i need to come up > > with a work around. My first thought was to grab the image from the > > CDN server, open it with PIL, crop and create the thumbnail, save it > > to my server, push it to my files server then delete the files on the > > working server. > > Do you know django easy-thumbnails [2]? I think it will fit your > needs. > > Feel free to contact me on private to share rackspace cloudfiles > specific experiences ;) > > Best regards. > > [1]https://github.com/richleland/django-cumulus > [2]https://github.com/SmileyChris/easy-thumbnails > > -- > Michel Sabchuk -- 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.