Hello. In this path '/home/SUMMERSON/photash/star_ratings/templates/' I have an html file called a.html. Whatever I do to this file, I can't see the effects on the running server. I even tried to delete the file and it is working like a.html is still there.
What is going on? Is it because of the fact that this django module (star_ratings) has its own static files and templates in its directory?
Edit: The problem only exists with star_ratings templates. And this is most probably caused by star_ratings have its own template folder in it. I still don't know how to fix.