[Answer]-Django, django oscar & Digital Ocean

1👍

If you are using Apache and mod_wsgi, then your /static/ folder and/or some images in it probably do not grant permission to the Apache user to serve them.

Try this:

chown -R www-data /path/to/folder/static

Leave a comment