On Wed, Feb 18, 2009 at 9:20 AM, Bobby Roberts <tchend...@gmail.com> 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?
> >
> First of all there is no such thing as Django .97, that probably means some
version of Django between .96 and 1.0 with which various reusable apps may
or may not work.  That being said take a look at
http://code.google.com/p/sorl-thumbnail/ and if that doesn't work you may
need to roll something yourself using PIL.

Alex


-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to