About Thumbnails

2010-10-18 Thread Ekin Yalgın
Hello everyone. Firstly sorry for my English. I am newbie in django. I have learned some things with this group, i have some problems and i hope we will find some solutions together. The subject is about thumbnails. I have searched google and google users topic, i tried what they said, i used sorl

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

Replacing Text in Textarea

2010-10-18 Thread Ekin Yalgın
Hello. With TinyMce or in a textarea; when we write [vimeo ], how does it replace with below code? http://player.vimeo.com/video/"; width="400" height="225" frameborder="0"> This can be improve with youtube or etc... Thank you for your interests. -- You received this message be

Re: About Thumbnails

2010-10-21 Thread Ekin Yalgın
ps > "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

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, >> >> >> {% lo

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 &

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

Re: About Thumbnails

2010-10-21 Thread Ekin Yalgın
a new file with imagename_320_240 (something like this) .jpg file. On Thu, Oct 21, 2010 at 2:24 PM, Ekin Yalgın wrote: > 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.M

Re: About Thumbnails

2010-10-21 Thread Ekin Yalgın
wrote: > 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 >>

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 i