开发者

I cannot find pydev django project in eclipse

开发者 https://www.devze.com 2023-03-05 23:51 出处:网络
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\", wh开发

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", wh开发者_开发知识库ile I just can see the pydev project and pydev google project.... Can anyone please solve my problem?


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


  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.

0

精彩评论

暂无评论...
验证码 换一张
取 消