On 2012-04-01, at 20:30 , Mark Phillips wrote: > What IDE do you use/recommend for developing django web sites? Or, if not > an IDE, what editor/setup is most useful? I am developing on Linux version > 3.1.0-1-amd64 (Debian 3.1.8-2). I would rather use something open source. I > use eclipse for developing android/java projects. Since I am using django > in conjunction with an android project, I don't want to use the plugin for > eclipse. Switching between python and java perspectives is a little > annoying, so I thought I would find a separate ide for my django work and > just alt-tab between them. > > I have tried gedit, but I cannot get the django plugin to work. I am > looking at ninja, but there does not appear to be a django plugin.
There's Jetbrains's PyCharm, which has a lot of built-in dedicated Django support (e.g. inspections and quick fixes, visual debugging of templates) and more generally excellent Python support (language & ecosystem, supports virtualenvs and cython for instance). And it has the usual excellent support for webby stuff (HTML, CSS, JS) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

