-1
I started studying Django and I have a problem, Django can not load CSS (NOTE: It was already CTRL+F5 and still does not load CSS)
Information that may be useful: STATIC_URL = '/Static/'
folder already created
inside that folder contains the css/Styles.css ,my html code is like this
I’ve already loaded {%load Static %}
When I display the source code of the page it lies like this:
"< link rel="stylesheet" href="/Static/css/Styles.css" />"
By the lack of details of your question I’m sure you haven’t read the documentation, if you can recommit something, I recommend that in addition to reading it, make the tutorial of the.
– Sidon