PyCharm配置mongo插件

转载来自:
http://blog.****.net/a_gainer/article/details/71081639

一、安装mongo plugs插件

File->Setting

PyCharm配置mongo插件

Plugins查询Mongo选择Search in repositories

PyCharm配置mongo插件

选择Mongo plugins,选择install

PyCharm配置mongo插件

然后重启pycharm,Restart PyCharm就完成了mongo插件的安转PyCharm配置mongo插件

2.配置mongo插件

选择View->ToolButton

PyCharm配置mongo插件

在pycharm的右边可以看到,选择扳手标志

PyCharm配置mongo插件

PyCharm配置mongo插件

选择绿色加号按钮出现Add a mongo server,输入label即可,也可设置用户名和密码:

PyCharm配置mongo插件

选择ok后就可以在pycharm上可视化查看MongoDB了。

PyCharm配置mongo插件