I have made some changes to my Ubuntu server running Django with Apache. I modified some HTML, JS and CSS files, but nothing has changed.
Things I have tried:
-Clearing browser cache
-Renaming files to try and circumvent cache.
-Ran manage.py collectstatic
-Restarted Apache
-Rebooted server
I was under the impression that changes to HTML files were reflected immediately in Django, so I am really baffled as to how it could still be serving the old version of the file. I have already checked that there are no duplicated files.
I must be forgetting something. Any ideas, anyone?