I've been attempting to load the CSS sheet on my development computer, which is saved in the media directory as media/base.css
. In my base/base.html
template, I have included the following line:
<link href="media/base.css" rel="stylesheet" type="text/css" />
I came across this page, but unfortunately, it didn't resolve the issue. Any suggestions or tips on how to get this working properly?