On Thu, 2010-10-21 at 14:34 +0300, Ekin Yalgın wrote:
> Thank you but it didn't work  Do we need add something to templatetags
> folder? I am saying this, because with django-thumbnail extension,
> http://bitbucket.org/winsmith/django-thumbnail/wiki/Home
> when i add thumb.py to templatetags folder it is working with
>  <img src='{{ project.thumb|thumbnail:"320x240" }}' />
> it is working. It is creating a new file with imagename_320_240
> (something like this) .jpg file. 

you just need to put it in installed_apps - and the rest will work. What
do you mean by 'does not work', I think you may be having path problems.
Does the image appear when try to display it without thumbnails?
-- 
regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS at AU-KBC

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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