I use cherokee(1.0) as web server and django web framework(1.2.1).
When I update django files like views.py or static files, web server seems not to update instantly. I guess it is about cache, so i set expiration "already expired on 1970", but the problem remains.
I also try to restart server in admin website, but still can't solve the problem.
how can it update synchronicly or can I update it by myself?