Django Not Serving Static Files And Not Stylizing Anything
I downloaded a template in the form of a zip file on my machine. It has a file for a homepage, auth-login.html. If I load this on its own then it loads correctly, I see styling an
Solution 1:
I was able to get an answer when I posted about this on django forums.
No one here caught the html errors. I was inconsistently using type=text/css
and rel='stylesheet'
. Also <link>
tags can end with >
, not />
.
Post a Comment for "Django Not Serving Static Files And Not Stylizing Anything"