Bin, you have probably installed wrong/multiple sorl.thumbnail or you have wrong set up MEDIA_ROOT in settings.py. Value MEDIA_ROOT is normally an expression evaluated to '/path/to/your/ store/static/' (try print MEDIA_ROOT in settings.py)
If you test it on Windows, it can be problem with "/" and "\". I do not use Windows and I skip notes about it in documentation. On Mar 3, 11:46 am, "Bin Chen(sunwen_ling)" <[email protected]> wrote: > Thanks. > I didn't do anything for the example project... > I was using the sample store. > After I adde {{ media_url }} to every place that has <img> tag, that works > fine. > > Bin -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
