Re: About Thumbnails

2010-10-21 Thread Ekin Yalgın
Thumbnail si not working. On Thu, Oct 21, 2010 at 2:48 PM, Kenneth Gonsalves wrote: > On Thu, 2010-10-21 at 14:44 +0300, Ekin Yalgın wrote: >> The path is correct, because python gives no error and creates the >> tables about the easy_thumbnails. Model adds the image to the its >> directory. Ther

Re: About Thumbnails

2010-10-21 Thread Kenneth Gonsalves
On Thu, 2010-10-21 at 14:44 +0300, Ekin Yalgın wrote: > The path is correct, because python gives no error and creates the > tables about the easy_thumbnails. Model adds the image to the its > directory. There is no problem, if you ask this, else i didn't > understand what you meant. Thanks again.

Re: About Thumbnails

2010-10-21 Thread Ekin Yalgın
The path is correct, because python gives no error and creates the tables about the easy_thumbnails. Model adds the image to the its directory. There is no problem, if you ask this, else i didn't understand what you meant. Thanks again. On Thu, Oct 21, 2010 at 2:39 PM, Kenneth Gonsalves wrote: >

Re: About Thumbnails

2010-10-21 Thread Kenneth Gonsalves
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

Re: About Thumbnails

2010-10-21 Thread Ekin Yalgın
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 it is working. It is creating a new file

Re: About Thumbnails

2010-10-21 Thread Kenneth Gonsalves
On Thu, 2010-10-21 at 14:24 +0300, Ekin Yalgın wrote: > Sorry it is thumb = ImageField ... then what you have done is correct -- 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 p

Re: About Thumbnails

2010-10-21 Thread Ekin Yalgın
Sorry it is thumb = ImageField ... On Thu, Oct 21, 2010 at 2:21 PM, Ekin Yalgın wrote: > It is something like this > > class Project(models.Model): >    avatar = ImageField(upload_to='images') > > On Thu, Oct 21, 2010 at 2:16 PM, Kenneth Gonsalves wrote: >> On Thu, 2010-10-21 at 14:11 +0300, Eki

Re: About Thumbnails

2010-10-21 Thread Ekin Yalgın
It is something like this class Project(models.Model): avatar = ImageField(upload_to='images') On Thu, Oct 21, 2010 at 2:16 PM, Kenneth Gonsalves wrote: > On Thu, 2010-10-21 at 14:11 +0300, Ekin Yalgın wrote: >> I assumed that iimage filed is named thumb. Must it be 'photo' >> certainly? > >

Re: About Thumbnails

2010-10-21 Thread Kenneth Gonsalves
On Thu, 2010-10-21 at 14:11 +0300, Ekin Yalgın wrote: > I assumed that iimage filed is named thumb. Must it be 'photo' > certainly? you can name it anything you want - what is the name you have given it in the model? -- regards Kenneth Gonsalves Senior Associate NRC-FOSS at AU-KBC -- You receiv

Re: About Thumbnails

2010-10-21 Thread Ekin Yalgın
I assumed that iimage filed is named thumb. Must it be 'photo' certainly? On Thu, Oct 21, 2010 at 2:01 PM, Kenneth Gonsalves wrote: > On Thu, 2010-10-21 at 13:53 +0300, Ekin Yalgın wrote: >> It is a good extension, but in template page, >> >> >> {% load thumbnail %} >> ... >> > > assume tha

Re: About Thumbnails

2010-10-21 Thread Kenneth Gonsalves
On Thu, 2010-10-21 at 13:53 +0300, Ekin Yalgın wrote: > It is a good extension, but in template page, > > > {% load thumbnail %} > ... > assume that the image field is named photo: will work (note it is not object.photo.url) -- regards Kenneth Gonsalves Senior Associate NRC-FOSS at AU-

Re: About Thumbnails

2010-10-21 Thread Ekin Yalgın
It is a good extension, but in template page, {% load thumbnail %} ... ... this combination is not working for me. What should i do you think? On Tue, Oct 19, 2010 at 8:02 AM, Kenneth Gonsalves wrote: > On Mon, 2010-10-18 at 19:26 +0530, Venkatraman S wrote: >> Look into django-photologue

Re: About Thumbnails

2010-10-18 Thread Kenneth Gonsalves
On Mon, 2010-10-18 at 19:26 +0530, Venkatraman S wrote: > Look into django-photologue. It has some thumbnail generation > functions, i > guess. this is the best: http://github.com/SmileyChris/easy-thumbnails -- regards Kenneth Gonsalves -- You received this message because you are subscribed

Re: About Thumbnails

2010-10-18 Thread creecode
Hello Ekin, On Oct 18, 7:37 am, Ekin Yalgın wrote: > But it is better to solve this within the > models.py (ImageField)). then the application. So we can use this > thumbnail function or file with every project easily. > > Thank you for your answer. Any other suggestions? In this case then you

Re: About Thumbnails

2010-10-18 Thread Ekin Yalgın
I'll have a look at it. But it is better to solve this within the models.py (ImageField)). then the application. So we can use this thumbnail function or file with every project easily. Thank you for your answer. Any other suggestions? On Mon, Oct 18, 2010 at 4:56 PM, Venkatraman S wrote: > Look

Re: About Thumbnails

2010-10-18 Thread Venkatraman S
Look into django-photologue. It has some thumbnail generation functions, i guess. -V- http://twitter.com/venkasub -- 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