how to clear pyc files in django code example Example: remocve pyc files find . -name "*.pyc" -exec rm -f {} \;