Static file not found


#1

Just starting out here. I am doing the basic setup and I’m having an issue with the static css file.

Terminal is returning:
Not Found: /(% static ‘css/style.csss’ %)
[28/Nov/2018 19:13:28] “GET /(%%20static%20’css/style.csss’%20%) HTTP/1.1” 404 2178

I’ve been googling around, but haven’t found a fix. Any thoughts?


#2

I had accidentally used () instead of {} for the stylesheet link.

Fixed that and now I’m getting:
[29/Nov/2018 14:35:24] “GET /static/css/style.csss HTTP/1.1” 404 1666
[29/Nov/2018 14:35:24] “GET / HTTP/1.1” 200 392


#3

Note the error says “style.csss” with three “s” rather than two. Looks like your link has a misspelling. :)


#4

Wow… I’m super embarrassed.

No more programming while sleep deprived.

Thanks!


#5

:D no problem!