Unable To See Changes Made To Django Website After Deploying To Linode

Hi everyone.

I have deployed my django application to a linode server and have used apache to accomplish this.

The problem is that if I try to change the text of an HTML template, the change is not visible on the django website even after I reload the web page and reload apache.

Any ideas on what could be causing this?

I think we’d need a bit more information about your deployment and your application. There are many things that could cause something like this.

How are you running your Django application with apache? (Mod_python? Uwsgi? Gunicorn?) Are you running any of this in containers?
Did you look at your log files to see if anything of interest is showing up in them?
Have you verified that you’ve updated the right template?
Do you have any page-level cacheing enabled?
Are you running behind any kind of load-balancer / proxy?