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
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
2 matches
Mail list logo