我在 eclipse 中找不到 pydev django 项目

发布于 2024-11-07 11:57:24 字数 170 浏览 1 评论 0 原文

你好 在我安装了python django等之后,我将python添加到eclipse中,就可以了,当我进入new->project...>pydev->; “在这里我看不到 pydev django 项目”,而我只能看到 pydev 项目和 pydev google 项目.... 有人可以解决我的问题吗?

Hi
after I have installed python django and so on, I add the python to eclipse and it is fine, and when I went to new->project...>pydev-> "here I am not able to see the pydev django project", while I just can see the pydev project and pydev google project....
Can anyone please solve my problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

路弥 2024-11-14 11:57:24

我之前遇到过这个问题。我认为原因是我在 Django 之前安装了 Pydev。您可以尝试重新安装Pydev。

I met the problem before. I think the reason is that I install Pydev before Django. You can try to reinstall Pydev.

意中人 2024-11-14 11:57:24
  1. CTRL + N(或进入菜单File > New > Other
  2. 打开Pydev子树(或输入django)并双击在Pydev Django Project
  3. 单击Next并按照向导进行操作

这是Pydev 官方解释并附截图。正如您将看到的,您还可以将现有项目转换为 Django 项目。

  1. Press CTRL + N (or go to menu File > New > Other)
  2. Open Pydev sub tree (or type django) and double click on Pydev Django Project
  3. Click on Next and follow the wizard

Here is the Pydev official explanation with screenshots. As you'll see you can also convert an existing project to a Django project.

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