我在 eclipse 中找不到 pydev django 项目
你好 在我安装了python django等之后,我将python添加到eclipse中,就可以了,当我进入new->project...>pydev->; “在这里我看不到 pydev django 项目”,而我只能看到 pydev 项目和 pydev google 项目.... 有人可以解决我的问题吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我之前遇到过这个问题。我认为原因是我在 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.
CTRL + N
(或进入菜单File > New > Other
)django
)并双击在Pydev Django Project
上Next
并按照向导进行操作这是Pydev 官方解释并附截图。正如您将看到的,您还可以将现有项目转换为 Django 项目。
CTRL + N
(or go to menuFile > New > Other
)django
) and double click onPydev Django Project
Next
and follow the wizardHere is the Pydev official explanation with screenshots. As you'll see you can also convert an existing project to a Django project.