Can't see css styling in browser


#1

I followed the book exactly and took a look at the github repo as well to see what I was doing but can’t see what I’m doing wrong. I checked the console and I get this error

http://127.0.0.1:8000/static/css/style.css Failed to load resource: the server responded with a status of 404 (Not Found)


#2

Figured out my problem!


#3

Glad you resolved it! In case someone else has the same issue, how did you fix it?


#4

Yup! I just realized my css directory wasn’t actually living my static directory. So it was a simple change to move my css directory into my static directory


#5

Hah glad it was an easy fix! :)