Re: wsgi configuration

2011-04-05 Thread anvydigital
try changing: os.environ['DJANGO_SETTINGS_MODULE']='www.iStore.settings' to: os.environ['DJANGO_SETTINGS_MODULE']='iStore.settings' Since 'www' folder is on your path. GL -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this g

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-03-08 Thread anvydigital
I ran into this issue also with the latest version of satchmo and sorl- thumbnail. According to the sorl-thumbnail documentation, the tag needs to be closed like so: {% thumbnail item.image "100x100" crop="center" as im %} {% endthumbnail %} It is quite likely you are (as am I) using code t