[Answered ]-Django- Staticfiles 404 on runserver

2👍

✅

And as a proper answer in case anybody else comes across this post at a later date:

Looks like there’s a typo in each line, where

{% static “boostrap

should be

{% static “bootstrap

Leave a comment