I'm using PyDev in Eclipse and it seems quite nice: http://pydev.org/
Have a look at the Django-specific stuff:
http://pydev.org/manual_adv_django.html
Please note that you must use a nightly build for Django 1.4 due to this:
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5158643
Cheers,
Alex
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
1) Start eclipse
2) Open your java project, switch to the Java perspective
3) From the menu: Window->New Window
4) In the new window, open your django project and switch to the PyDev
perspective
5) Alt-tab between the two Eclipse windows (one will be in PyDev and the
other in Java perspective)
You can also create two different Eclipse work-spaces and run two
instances of eclipse (if you have ample RAM on your system).
On 1/4/2012 8:56 οΏ½οΏ½, Alexandros Karypidis wrote:
> Hi,
>
> I'm using PyDev in Eclipse and it seems quite nice: http://pydev.org/
>
> Have a look at the Django-specific stuff:
> http://pydev.org/manual_adv_django.html
>
> Please note that you must use a nightly build for Django 1.4 due to this:
> http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5158643
>
> Cheers,
> Alex
>
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)
Try to use vim with plugins for django.
--
Oh, regarding your problem of the 'annoying switching of perspectives':
1) Start eclipse
2) Open your java project, switch to the Java perspective
3) From the menu: Window->New Window
4) In the new window, open your django project and switch to the PyDev perspective
5) Alt-tab between the two Eclipse windows (one will be in PyDev and the other in Java perspective)
You can also create two different Eclipse work-spaces and run two instances of eclipse (if you have ample RAM on your system).
On 1/4/2012 8:56 μμ, Alexandros Karypidis wrote:
Hi,
I'm using PyDev in Eclipse and it seems quite nice: http://pydev.org/
Have a look at the Django-specific stuff: http://pydev.org/manual_adv_django.html
Please note that you must use a nightly build for Django 1.4 due to this:
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/5158643
Cheers,
Alex
On 1/4/2012 7: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.
Thanks,
Mark
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
From the forum post, it was not clear if this is a Django, PyDev or
Eclipse issue. Any thoughts?
Fred.
The fix is already committed in the PyDev repository and will be
released in PyDev 2.5.0:
http://sourceforge.net/tracker/?func=detail&aid=3512322&group_id=85796&atid=577329
If you can't wait until PyDev 2.5.0, the only solution is to use a
nightly build.
You should explain to your "management" that they should get out of your
way and let you do your job.