After installation (Satchmo 0.8, Django 1.02) I then loaded the demo
store data and now when I look at the app I am getting a 404 on the
images, ...
[26/Nov/2008 22:34:57] "GET /store/ HTTP/1.1" 200 3788
[26/Nov/2008 22:34:57] "GET /static/css/style.css HTTP/1.1" 304 0
[26/Nov/2008 22:34:57] "GET /static//home/steve/workspace/mystore/
static/images/productimage-picture-default_t85.jpg HTTP/1.1" 404 1973
The GET request is for the path (/static/) and appended then is the
full os path of the file (/home/steve/workspace/mystore/static/images/
productimage-picture-default_t85.jpg).
But at the same time the GET for the CSS is correct.
My settings.py includes:
LOCAL_DEV = True
DIRNAME = os.path.abspath(os.path.dirname(__file__).decode('utf-8'))
MEDIA_ROOT = os.path.join(DIRNAME, 'static/')
MEDIA_URL = '/static/'
Not sure what to look at next.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---