I am using Django-Oscar in Mac (mavericks). and everything looks fine but, it doesnt show any image that are correctly uploaded. in the beginning i thought that was a addressing problem but it save the pictures in the right folder. so that is not the problem. then i am trying to install libjpeg, as it was recommended in the installation tutorial.
i have uninstalled Pillow
pip uninstall pillow
and then i used this command, that i found online to install the libjpeg
brew install libjpeg
then i installed pillow again and and then everything is the same. it is still not showing any image and the terminal shows that jpeg-8d already installed
could someone help me. thanks