It's probably some sort of issue with windows paths. You can hard code the path in your settings.py here - MEDIA_ROOT = os.path.join(DIRNAME,'static/')
for some reason, the os.path.join isn't working right with windows. -Chris On Fri, Nov 27, 2009 at 5:03 PM, cc <[email protected]> wrote: > I deployed the store using the store builder script and for some > reason the thumbnail paths are /static/C:/path/to/my/site/. Not sure > why it would be appending the absolute path instead of the relative > path. Any idea what could cause this? > > Using Django 1.1, satchmo tip (1.0-pre) and latest libs on Windows 7. > > Thanks in advance. > > -- > > 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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > > -- 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.
