I've already went through the thread here:
https://stackoverflow.com/questions/15641603/django-get-css-returns-404
but the solutions did not help.
The .css file is loaded from within the base.html, the important part looks like this
<link href="{% static 'css/starter-template.css' %}" rel="stylesheet">
The exact info given by pycharm concerning this problem is this:
"GET /static/css/starter-template.css HTTP/1.1" 404 1685
The path for the css file is correct as well. Which makes me wonder: If the path is correct, then why do I get a 404? How can I fix this?
edit: As requested, this is what the folder structure looks like:
starter-template.css is the file which causes the 404. I'm referencing it in base.html