Re: Looking for Django IDE

2012-04-03 Thread Ejah
I tried Eclipse with PyDev, Aptana 2 and 3, Vim, Komodo and possibly a few more that I forgot about. I wasted a lot if time configuring and setting up In the end, I went to PyCharm, and although that costs a little, they win with their hands down on productivity, integration, and getting the job

Re: Looking for Django IDE

2012-04-02 Thread Sagar Chalise
Geany with plugins. Lightweight and wonderful. Some extra plugins can be found here as well like zencodingand python bindings . In order to create tags you can use these helpers

Re: Looking for Django IDE

2012-04-02 Thread Italo Maia
WingIDE or PyCharm and be happy. PyDev does the trick also. On 1 abr, 15: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

Re: Looking for Django IDE

2012-04-02 Thread Andre Terra
lto:django-users@googlegroups.com] > On Behalf Of N.Aleksandrenko > Sent: Monday, April 02, 2012 7:18 AM > To: django-users@googlegroups.com > Subject: Re: Looking for Django IDE > > sublime 2 + plugin for djando syntax > > 2012/4/2 Alexandros Karypidis <akary...@yahoo.gr>: >

RE: Looking for Django IDE

2012-04-02 Thread Sells, Fred
On Behalf Of N.Aleksandrenko Sent: Monday, April 02, 2012 7:18 AM To: django-users@googlegroups.com Subject: Re: Looking for Django IDE sublime 2 + plugin for djando syntax 2012/4/2 Alexandros Karypidis <akary...@yahoo.gr>: > This is a problem in PyDev, not Django. > > The fix is alrea

Re: Looking for Django IDE

2012-04-02 Thread N.Aleksandrenko
Any thoughts? >> >> Fred. >> >> -Original Message- >> From: django-users@googlegroups.com >> [mailto:django-users@googlegroups.com] On Behalf Of Alexandros Karypidis >> Sent: Sunday, April 01, 2012 3:57 PM >> To: django-users@googlegroups.com &g

Re: Looking for Django IDE

2012-04-02 Thread Alexandros Karypidis
was not clear if this is a Django, PyDev or Eclipse issue. Any thoughts? Fred. -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Alexandros Karypidis Sent: Sunday, April 01, 2012 3:57 PM To: django-users@googlegroups.com Subject: Re: Looki

RE: Looking for Django IDE

2012-04-02 Thread Sells, Fred
com [mailto:django-users@googlegroups.com] On Behalf Of Alexandros Karypidis Sent: Sunday, April 01, 2012 3:57 PM To: django-users@googlegroups.com Subject: Re: Looking for Django IDE Hi, I'm using PyDev in Eclipse and it seems quite nice: http://pydev.org/ Have a look at the Django-specific stuff: h

Re: Looking for Django IDE

2012-04-01 Thread thongor
I use vim with a plugin called "python mode" which can be found here. It's a collection of several python plugins that gives you a lot of options. You can also check out various vimrc files on github for other ideas. On Sunday, April 1, 2012 2:30:03 PM

Re: Looking for Django IDE

2012-04-01 Thread kase
komodo edit http://www.activestate.com/komodo-edit El domingo 1 de abril de 2012 13:30:03 UTC-5, mark escribió: > > 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

Re: Looking for Django IDE

2012-04-01 Thread yati sagade
Aptana Studio 3 is basically Eclipse beefed up with PyDev and other useful plugins, targeted towards web devel. I use it regularly, and besides the cool colour schemes, the thing is pretty stable (I was really tired of scouring the web just to get my Eclipse builds running

Re: Looking for Django IDE

2012-04-01 Thread Alexandr Aibulatov
Try to use vim with plugins for django. 02.04.2012 1:48 пользователь "Mark Phillips" написал: > 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

Re: Looking for Django IDE

2012-04-01 Thread Masklinn
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

Re: Looking for Django IDE

2012-04-01 Thread Alexandros Karypidis
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

Re: Looking for Django IDE

2012-04-01 Thread Alexandros Karypidis
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: