tags:

views:

230

answers:

2

Is there an Eclipse plugin to help with Django projects/apps? If there are multiple choices, what is your recommendation?

+2  A: 

For stuff related to Python, we have a single choice - use pydev + pydev extensions (here). Regarding front end stuff, I recommend Aptana Studio (here) (Aptana has recently acquired pydev, by the way).

shanyu
A: 

I also use Aptana Studio, which works allright. But remember: it is only a Python-plugin, not a Django-Plugin, so you won't get anyhelp with django commands (i.e. create app). I don't have the server running inside eclipse.

daefu