hjwp / Book-TDD-Web-Dev-Python

Book - TDD web dev with Python
https://www.obeythetestinggoat.com
Other
484 stars 175 forks source link

Chapter 10 Serving Static Files #250

Open mshob23 opened 3 months ago

mshob23 commented 3 months ago

While getting the docker site to work, I ran into an issue where the static files were showing on the docker site and in the functional tests, but not when I ran the site using django's server locally. It turned out that the issue had to do with cached static files. It might be worth mentioning that clearing the cache can solve problems related to static files.

hjwp commented 3 months ago

the browser cache?