我可以使用哪个 pythonIDE 来链接 VPS django 项目

发布于 2024-11-09 03:33:41 字数 133 浏览 0 评论 0原文

我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦醒时光 2024-11-16 03:33:41

我建议在本地(在本地主机上)进行所有开发。将工作产品上传到您的 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.

清风挽心 2024-11-16 03:33:41

您应该能够使用 远程系统资源管理器< /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

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文