I'm having some trouble with Cherokee + uWSGI picking up on code changes to .py files in my django app. Even using
find -name "*.pyc" -delete
...seems to have no effect.
Changes are noticed instantly, on refresh, when running the same code base under django runserver
How do I force restart and reliably see changes under Cherokee + uWSGI + Django?