I got the basic Satchmo store up and running with clonesatchmo, however, the images does not show up.
The source shows:
<a href="/product/neat-book/"><img src="" width="" height="" /></a>
with blank where the image source should be. When I run python manage.py satchmo_check, I get no errors.
I'm running python 2.7.1 in Mac OS X Lion and virtualenv.
Here is my pip freeze > requirements :Django==1.3.1
PIL==1.1.7
PyYAML==3.10
Satchmo==0.9.2
TRML2PDF==1.0
-e hg+http://bitbucket.org/bkroeze/django-caching-app-plugins/@b0e77d2243cb5e655472a9f80581663cf59c5aa0#egg=django_caching_app_plugins-dev
-e hg+http://bitbucket.org/bkroeze/django-keyedcache/@4bf75598cab6c807d15c0dd643da2625ceb7d857#egg=django_keyedcache-dev
-e hg+http://bitbucket.org/bkroeze/django-livesettings/@68ac220849162a194fcb466de56febd100aa73a1#egg=django_livesettings-dev
django-registration==0.7
-e hg+http://bitbucket.org/bkroeze/django-signals-ahoy/@87f60574d64b9e87db3a086ee7ddea25f687a811#egg=django_signals_ahoy-dev
-e hg+http://bitbucket.org/bkroeze/django-threaded-multihost/@4aebd54035c8fbd38e4a5c5c87ff977a4740c4c2#egg=django_threaded_multihost-dev
pycrypto==2.4.1
reportlab==2.5
sorl-thumbnail==3.2.5
wsgiref==0.1.2
yolk==0.4.1
Thanks in advance!