Oops, I can not load static files.
Thestaticfolderisinthecoreapplication,Ialsotesteditwiththerootprojectandalsodidnotgetit
Imadeatestindexfile:
{%loadstatic%}{%static"assets/css/bootstrap.css"%}
<link href="{% static "assets/css/bootstrap.css"%}" rel="stylesheet">
Gives the following error in the browser console:
GET http://127.0.0.1:8000/ [HTTP/1.0 200 OK 3 ms]
GET http://127.0.0.1:8000/static/assets/css/bootstrap.css [HTTP/1.0 404 Not Found 7 ms]
GET http://127.0.0.1:8000/static/assets/css/bootstrap.css [HTTP/1.0 404 Not Found 0 ms]
I followed the django documentation: link , but I think I did something wrong