Automatically restart python process when code changes
I'm using pycharm 3.0.2 and I've started a new project using webob instead of flask.
When I was using flask my python process would restart every time I made changes to the files.
Is it possible to do the same for my webob project and how would I do it? Currently I rerun it using Ctrl+F5.
When I was using flask my python process would restart every time I made changes to the files.
Is it possible to do the same for my webob project and how would I do it? Currently I rerun it using Ctrl+F5.
1 comment
Sort by
Date
Votes

I'm wondering if something like that could be achieved through a custom file watcher (Preferences > File Watchers)? Just thinking out loud...
Please sign in to leave a comment.