Arsi
Arsi

Reputation: 163

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", while I just can see the pydev project and pydev google project.... Can anyone please solve my problem?

Upvotes: 0

Views: 603

Answers (2)

Paolo
Paolo

Reputation: 21136

  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.

Upvotes: 1

wybbxj
wybbxj

Reputation: 11

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

Upvotes: 1

Related Questions