我可以使用哪个 pythonIDE 来链接 VPS django 项目
我的 VPS 中运行着 Django。 我发现每次都很难通过 ssh 来编辑文件和命令。
我知道有像 komodo、Pycharm 这样的 IDE,但我想使用与我的远程 VPS 链接的 IDE。
我不知道这是否完全可能。
I have Django running in my VPS .
I find it very hard to ssh everytime and edit files and commands there.
I know there are IDEs available like komodo , Pycharm but i want to use that IDE which link with my remote VPS .
I don't know if thats exactly possible or not.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议在本地(在本地主机上)进行所有开发。将工作产品上传到您的 VPS 后。
Django 内置了用于此目的的工具。
I'd recommend doing all your development locally (on localhost). Once you have a working product upload to your VPS.
Django has tools for this built right into it.
您应该能够使用 远程系统资源管理器< /a> 在 Eclipse 中(
它是默认提供的,它不是外部插件。 <一href="http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.rse.doc.user/gettingstarted/g1installing.html" rel="nofollow noreferrer">不正确)。对于 Eclipse 中的 Python 开发,还可以考虑使用 PyDev 插件。最终结果
you shoud be able to do what you are asking for using the Remote System Explorer in Eclipse (
it is provided by default, it's not external addon. Not true). For Python development in Eclipse also consider using the PyDev plugin.Final result