Re: Resize image size in the view

2013-09-11 Thread Robin Lery
I really don't know where I am making mistake. Could please kindly check where I am wrong? This is my *apache http.conf:* WSGIScriptAlias / C:/Users/Robin/web/leo/leo/wsgi.py WSGIPythonPath C:/Users/Robin/web/leo Order deny,allow Allow from all #Alias /robots.txt /path/to/mysite.com/static

Re: Resize image size in the view

2013-09-11 Thread carlos
Hi maybe you need check your configuration in your setting.py the media_root for example my config is https://github.com/CARocha/cesesma/blob/master/cesesma/settings.py and other problem maybe the alias media en your apache config. maybe paste your virtualhost config Cheers On Wed, Sep 11, 2013

Re: Resize image size in the view

2013-09-10 Thread Robin Lery
Yes, same here. That's why I was asking, whether there's a way to call the resize image in the view. On Wed, Sep 11, 2013 at 11:55 AM, Karl Arunachal < kakararunachalserv...@gmail.com> wrote: > Hello Carlos! I tried using sorl thumbnail, but whenever I uploads the > image, it does upload the ima

Re: Resize image size in the view

2013-09-10 Thread Karl Arunachal
Hello Carlos! I tried using sorl thumbnail, but whenever I uploads the image, it does upload the image cause I can see it in the folder, but the apache server does not load the uploaded image. But when I load it through the django's inbuilt server it loads the image correctly. On Wed, Sep 11, 201

Re: Resize image size in the view

2013-09-10 Thread carlos
Hi you try use http://sorl-thumbnail.readthedocs.org/en/latest/ is good Cheers On Tue, Sep 10, 2013 at 10:53 PM, Robin Lery wrote: > Hello, > I have been trying to achieve thumbnail for the uploaded images, but it > just don't seem to resize the image on the apache server when the page is > lo