I cannot find pydev django project in eclipse
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.
- Press
CTRL + N
(or go to menuFile > New > Other
) - Open Pydev sub tree (or type
django
) and double click onPydev Django Project
- 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.
精彩评论