I've installed Django, Nginx and FastCGI on one my servers. This is my development server and I'm having a very difficult time with the caching. Every time when I make a change I have to reboot the whole server to see the actual change. Rebooting Nginx process didn't help eithter.
So it might be Django and/or FastCGI doing the caching. I also looked at the settings.py and there is no caching set on Django.
What's the best way to make sure when I change the page code the caching gets reset automatically? Your help is greatly appreciated.