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 at 12:26 AM, Robin Lery <[email protected]> wrote: > 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 < > [email protected]> wrote: > >> 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, 2013 at 11:37 AM, carlos <[email protected]> wrote: >> >>> 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 <[email protected]>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 >>>> loaded. Only when I run through the django's inbuilt server, it loads the >>>> uploaded image. So, is there any way, that I can specify the size of the >>>> image in the views and then call it in the template? Please help me here. >>>> Thank you. >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Django users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at http://groups.google.com/group/django-users. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/django-users. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/django-users. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

