Re: django 0.97 and image thumbnails

2009-02-18 Thread Alex Gaynor
On Wed, Feb 18, 2009 at 9:20 AM, Bobby Roberts wrote: > > hi all. > > I've got a model with the following line: > >Pic1 = models.ImageField(upload_to='/auctionimages',blank=True) > > > is it possible to easily create a thumbnail in django 0.97 on > python2.5. If not, can someone show me how?

django 0.97 and image thumbnails

2009-02-18 Thread Bobby Roberts
hi all. I've got a model with the following line: Pic1 = models.ImageField(upload_to='/auctionimages',blank=True) is it possible to easily create a thumbnail in django 0.97 on python2.5. If not, can someone show me how? --~--~-~--~~~---~--~~ You received th