Docker not updating cookiecutter django html template files

Hey guys,

I’m currently learning django and am having issue with updating html files. I’ve googled a bunch with no luck so I’m posting here to see if anyone can help.

I set up django with cookiecutter. I used docker-compose up to start my project. Everything worked fine, however, when I update an .html template file. The change isn’t reflected on the webpage. I made sure that DEBUG = TRUE and refreshed/cleared my browser cache.

When I navigate the to the html file through the django sidebar I can see the changes there but not on the actual webpage (see attached screenshot).

Here is a link to my project GitHub - ekul1988/Testing_Django: Testing Django

Could this be an issue with my docker?

Thanks you for taking the time to look at this.