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 条评论
排序方式
日期
投票数
I'm wondering if something like that could be achieved through a custom file watcher (Preferences > File Watchers)? Just thinking out loud...
请先登录再写评论。