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.
0
1 comment
I'm wondering if something like that could be achieved through a custom file watcher (Preferences > File Watchers)? Just thinking out loud...
0

Please sign in to leave a comment.