I am developing a wsgi application using the PyCharm IDE and automatically deploying my changes to a remote server, but I still need to touch the wsgi file for the changes to take effect.
Is there a way to touch / upload a wsgi file automatically if I change another file with PyCharm? (It was very trivial with Sublime Text 2)
source share