Re: static file rendering help

2013-04-05 Thread Fatih Tiryakioglu
I tried both of them, but it seems it isn't the problem.. -- 5 Nisan 2013 Cuma 23:14:20 UTC+3 tarihinde jondbaker yazdı: > > From a quick glance it appears that the file source you've included in the > html is not specifying a file extension. > > Try: > src="/home/mehmet/internet_projeleri/sit

Re: static file rendering help

2013-04-05 Thread Jonathan Baker
>From a quick glance it appears that the file source you've included in the html is not specifying a file extension. Try: ...instead of... On Fri, Apr 5, 2013 at 1:43 PM, Fatih Tiryakioglu wrote: > Thank you. > > The shortcut of the picture: > /home/mehmet/internet_projeleri/site4ust/unnamed/

Re: static file rendering help

2013-04-05 Thread Fatih Tiryakioglu
Thank you. The shortcut of the picture: /home/mehmet/internet_projeleri/site4ust/unnamed/60830071673353216.jpg In the template I have written the line below to render a jpg file. And in the settings: MEDIA_ROOT = '/home/mehmet/internet_projeleri/site4ust/unnamed' MEDIA_URL = '/unnamed/' STA

Re: static file rendering help

2013-04-05 Thread Navid Shaikh
On Friday, April 5, 2013 11:16:00 AM UTC+5:30, Fatih Tiryakioglu wrote: > > Hi all, > > I want to render back "user uploaded images" via template. I pass the > shortcuts to the template, but template can't show it: only small image > symbol. How can i show it up. I tryed some 'MEDIA_ROOT', 'MED

Re: static file rendering help

2013-04-05 Thread Rafael E. Ferrero
i just use de url template tag. 2013/4/5 Fatih Tiryakioglu > Hi all, > > I want to render back "user uploaded images" via template. I pass the > shortcuts to the template, but template can't show it: only small image > symbol. How can i show it up. I tryed some 'MEDIA_ROOT', 'MEDIA_URL' > setti

static file rendering help

2013-04-04 Thread Fatih Tiryakioglu
Hi all, I want to render back "user uploaded images" via template. I pass the shortcuts to the template, but template can't show it: only small image symbol. How can i show it up. I tryed some 'MEDIA_ROOT', 'MEDIA_URL' settings, and read some info, but i couldn't figure out.. I appreciate your