Re: IDE for Python/django

2010-09-28 Thread Eric Elinow
While I wouldn't say Pycharm is 'terribly slow' (on my dual-quad xeon Mac Pro 
w/8 gigs of ram running OSX 10.6.4), I will say that it is noticeably slower 
than my current Python IDE of choice, Netbeans 6.9.1 which is relatively snappy 
though YMMV. 


On 28 Sep, 2010, at 20:46 , pixelcowboy wrote:

> For me, at least in ubuntu 64 bit, pycharm is indeed terribly slow.
> And this on a icore7 machine with 8 gigs of ram. Otherwise I like it,
> but it does have a few bugs.
> 
> On Sep 28, 10:53 am, Masklinn  wrote:
>> On 2010-09-28, at 02:01 , tayfur yilmaz wrote:> pycharm is very slow
>> 
>> It's not.
>> 
>>> ı think for pycharm is wrote java programming
>>> language..wing ide is best..
>> 
>> Wings is written in Python, which is slower than Java...
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-28 Thread pixelcowboy
For me, at least in ubuntu 64 bit, pycharm is indeed terribly slow.
And this on a icore7 machine with 8 gigs of ram. Otherwise I like it,
but it does have a few bugs.

On Sep 28, 10:53 am, Masklinn  wrote:
> On 2010-09-28, at 02:01 , tayfur yilmaz wrote:> pycharm is very slow
>
> It's not.
>
> > ı think for pycharm is wrote java programming
> > language..wing ide is best..
>
> Wings is written in Python, which is slower than Java...

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-28 Thread Masklinn
On 2010-09-28, at 02:01 , tayfur yilmaz wrote:
> pycharm is very slow
It's not.

> ı think for pycharm is wrote java programming
> language..wing ide is best..
Wings is written in Python, which is slower than Java...

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-28 Thread Masklinn
On 2010-09-28, at 01:03 , Jason wrote:
> PyCharm is pretty amazing but it costs $ after its out of beta. Best
> code completion I've seen for Django.
> 
> My ONLY complaint is you can't open up a python console during debug.
> It has a pretty good debugger but seeing as other IDEs have no problem
> here I don't know why they left it out.

Have you looked at the bug tracker? It might be a post-1.0 feature, or it's 
just that nobody mentioned it. You should check, their tracker is completely 
open and they're very responsive and reactive (I've reported a fair number of 
bugs on the EAPs and betas, and overall I enjoyed the interaction)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-28 Thread Nikolay Panov
> can u please tell me which is it..

Emacs + Ropemacs + pylint + pyflakes + pep8.

Have a nice day,
   Nikolay.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-28 Thread roberto
Don't forget Editra.
It is cross-platform (windows, linux, mac os).
It was code using python.
It is not heavy.
I like it.

I am currently using Coda (only for mac os)
It is beautiful but only for that platform.

My 2 cents

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-28 Thread Steve Boyle
I've used Aptana for a while now and it's worked great for me.

http://www.aptana.com/

rgds

On Sep 27, 2:07 pm, Carlos Daniel Ruvalcaba Valenzuela
 wrote:
> So far there is 3 big ones for django, Eclipse + PyDev or Aptana +
> PyDev, WingIDE (latest version can even debug django templates) and
> PyCharm.
>
> If you want something OSS or Free Eclipse or Aptana, otherwise you may
> want to checkout both WingIDE and PyCharm to see if you like one of
> those.
>
> Personally I like PyCharm so far.
>
> Regards,
> Carlos Ruvalcaba
>
> On Mon, Sep 27, 2010 at 6:00 AM, girish shabadimath 
> wrote:
> > actually i use vim for writing python scripts , i wanted IDE to easy my
> > tasks of writing script (like auto-completion) ,,,i dont want GUI based,,i
> > prefer  editor like vim which supports python scripts
>
> > On Mon, Sep 27, 2010 at 6:26 PM, Sithembewena Lloyd Dube 
> > wrote:
>
> >> Hi Girish,
>
> >> I do not know what platform you work on, but on Windows try Jetbrains
> >> PyCharm. On Linux, try SPE, or Eclipse with Pydev extensions (the latter is
> >> also available on Windows).
>
> >> What are you looking for in an IDE? Give more info to get a better answer.
>
> >> On Mon, Sep 27, 2010 at 2:52 PM, Masklinn  wrote:
>
> >>> On 2010-09-27, at 14:51 , girish shabadimath wrote:
> >>> > hi all,
>
> >>> > is there any IDE for Python/Django ?
> >>> Yes.
>
> >>> --
> >>> You received this message because you are subscribed to the Google Groups
> >>> "Django users" group.
> >>> To post to this group, send email to django-us...@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> django-users+unsubscr...@googlegroups.com.
> >>> For more options, visit this group at
> >>>http://groups.google.com/group/django-users?hl=en.
>
> >> --
> >> Regards,
> >> Sithembewena Lloyd Dube
> >>http://www.lloyddube.com
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Django users" group.
> >> To post to this group, send email to django-us...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> django-users+unsubscr...@googlegroups.com.
> >> For more options, visit this group at
> >>http://groups.google.com/group/django-users?hl=en.
>
> > --
> > Girish M S
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread bedros
I'm pretty happy with openkomodo.org Edit.

my favorite feature is allowing me to open and edit file on a remote
server using ssh transparently.

Bedros


On Sep 27, 9:59 pm, girish shabadimath 
wrote:
> Hi all,
>
> Thanks for the replies,,i got bunch of IDEs.. will figure out which is best
> for my work environment
>
> On Tue, Sep 28, 2010 at 7:51 AM, Brandon Taylor 
> wrote:
>
>
>
> > Aptana Studio 2 & 3 Beta + PyDev on Linux makes a great dev
> > environment for Django. You can create runtimes for debugging, add
> > modules to the Python path for your project, like the site-packages
> > folder from a virtualenv.
>
> > You'll get code assist for Python, HTML, CSS and JavaScript. A number
> > of JavaScript libraries like jQuery are also supported. This IDE has
> > served me very well for the past 4 years. It might not have every bell
> > or whistle that PyCharm has, but I feel it has a very well balanced
> > set of features that are easy to customize.
>
> > My $0.02,
> > Brandon
>
> > On Sep 27, 7:01 pm, tayfur yilmaz  wrote:
> > > pycharm is very slow ı think for pycharm is wrote java programming
> > > language..wing ide is best..
>
> > > 2010/9/28 Jason 
>
> > > > PyCharm is pretty amazing but it costs $ after its out of beta. Best
> > > > code completion I've seen for Django.
>
> > > > My ONLY complaint is you can't open up a python console during debug.
> > > > It has a pretty good debugger but seeing as other IDEs have no problem
> > > > here I don't know why they left it out.
>
> > > > Still, I think it's head and shoulders above the rest.
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Django users" group.
> > > > To post to this group, send email to django-us...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > django-users+unsubscr...@googlegroups.com
> > 
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/django-users?hl=en.
>
> > > --www.tayfuryilmaz.com
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.
>
> --
> Girish M S

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Kenneth Gonsalves
On Mon, 2010-09-27 at 15:07 +0200, bagheera wrote:
> Dnia 27-09-2010 o 15:00:51 girish shabadimath
>   
> napisał(a):
> 
> > actually i use vim for writing python scripts , i wanted IDE to easy
> my  
> > tasks of writing script (like auto-completion) ,,,i dont want GUI  
> > based,,i prefer  editor like vim which supports python scripts
> 
> GUI based, but lightweight "Geany" IDE is. :) 

geany rocks
-- 
regards
Kenneth Gonsalves

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread girish shabadimath
Hi all,

Thanks for the replies,,i got bunch of IDEs.. will figure out which is best
for my work environment


On Tue, Sep 28, 2010 at 7:51 AM, Brandon Taylor wrote:

> Aptana Studio 2 & 3 Beta + PyDev on Linux makes a great dev
> environment for Django. You can create runtimes for debugging, add
> modules to the Python path for your project, like the site-packages
> folder from a virtualenv.
>
> You'll get code assist for Python, HTML, CSS and JavaScript. A number
> of JavaScript libraries like jQuery are also supported. This IDE has
> served me very well for the past 4 years. It might not have every bell
> or whistle that PyCharm has, but I feel it has a very well balanced
> set of features that are easy to customize.
>
> My $0.02,
> Brandon
>
> On Sep 27, 7:01 pm, tayfur yilmaz  wrote:
> > pycharm is very slow ı think for pycharm is wrote java programming
> > language..wing ide is best..
> >
> > 2010/9/28 Jason 
> >
> >
> >
> > > PyCharm is pretty amazing but it costs $ after its out of beta. Best
> > > code completion I've seen for Django.
> >
> > > My ONLY complaint is you can't open up a python console during debug.
> > > It has a pretty good debugger but seeing as other IDEs have no problem
> > > here I don't know why they left it out.
> >
> > > Still, I think it's head and shoulders above the rest.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Django users" group.
> > > To post to this group, send email to django-us...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > django-users+unsubscr...@googlegroups.com
> 
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/django-users?hl=en.
> >
> > --www.tayfuryilmaz.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Girish M S

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Brandon Taylor
Aptana Studio 2 & 3 Beta + PyDev on Linux makes a great dev
environment for Django. You can create runtimes for debugging, add
modules to the Python path for your project, like the site-packages
folder from a virtualenv.

You'll get code assist for Python, HTML, CSS and JavaScript. A number
of JavaScript libraries like jQuery are also supported. This IDE has
served me very well for the past 4 years. It might not have every bell
or whistle that PyCharm has, but I feel it has a very well balanced
set of features that are easy to customize.

My $0.02,
Brandon

On Sep 27, 7:01 pm, tayfur yilmaz  wrote:
> pycharm is very slow ı think for pycharm is wrote java programming
> language..wing ide is best..
>
> 2010/9/28 Jason 
>
>
>
> > PyCharm is pretty amazing but it costs $ after its out of beta. Best
> > code completion I've seen for Django.
>
> > My ONLY complaint is you can't open up a python console during debug.
> > It has a pretty good debugger but seeing as other IDEs have no problem
> > here I don't know why they left it out.
>
> > Still, I think it's head and shoulders above the rest.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.
>
> --www.tayfuryilmaz.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread tayfur yilmaz
pycharm is very slow ı think for pycharm is wrote java programming
language..wing ide is best..


2010/9/28 Jason 

> PyCharm is pretty amazing but it costs $ after its out of beta. Best
> code completion I've seen for Django.
>
> My ONLY complaint is you can't open up a python console during debug.
> It has a pretty good debugger but seeing as other IDEs have no problem
> here I don't know why they left it out.
>
> Still, I think it's head and shoulders above the rest.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
www.tayfuryilmaz.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Jason
PyCharm is pretty amazing but it costs $ after its out of beta. Best
code completion I've seen for Django.

My ONLY complaint is you can't open up a python console during debug.
It has a pretty good debugger but seeing as other IDEs have no problem
here I don't know why they left it out.

Still, I think it's head and shoulders above the rest.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread rafael.nu...@gmail.com
On Linux(Ubuntu) I am loving Aptana Studio 3.

Good performance, and form me that used Eclipse for almost 7 years, it fits
perfectly.

On Mon, Sep 27, 2010 at 3:40 PM, Masklinn  wrote:

> On 2010-09-27, at 16:29 , fcaldera wrote:
> > On 27 Set, 14:52, Masklinn  wrote:
> >> On 2010-09-27, at 14:51 , girish shabadimath wrote:> hi all,
> >>
> >>> is there any IDE for Python/Django ?
> >>
> >> Yes.
> >
> > Could you be less specific, please?
> Probably.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Masklinn
On 2010-09-27, at 16:29 , fcaldera wrote:
> On 27 Set, 14:52, Masklinn  wrote:
>> On 2010-09-27, at 14:51 , girish shabadimath wrote:> hi all,
>> 
>>> is there any IDE for Python/Django ?
>> 
>> Yes.
> 
> Could you be less specific, please?
Probably.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Antoni Aloy
>>
>> 2010/9/27 João Rodrigues 
>>>
>>> http://code.google.com/p/trespams-vim/

Well I'm a little biased towards vim after all I try to mantain the
trespams-vim, but I have tested nearly all the IDEs that have been
posted in this thread, and my conclusion is that no exists such a
thing as the perfect IDE. It would depend on your work.

For me vim is perfect as I have to write code in the desktop and also
have to edit code in remote shells, so having just one common editor
is perfect for me, as it allows me to master in just one editor. If
you just need a desktop editor just try the one that fits better in
your daily work, it could be as simlpe as gedit o kate or as bloated
as Aptana. Just try and you'll find the best IDE *for you*.



-- 
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread tayfur yilmaz
Wing ide is best.for qt programming and django..

2010/9/27 Sandro Dutra 

> I like Eric and Aptana.
>
> 2010/9/27 João Rodrigues 
>
> http://code.google.com/p/trespams-vim/
>>
>> On 27 September 2010 14:00, girish shabadimath 
>> wrote:
>> > actually i use vim for writing python scripts , i wanted IDE to easy my
>> > tasks of writing script (like auto-completion) ,,,i dont want GUI
>> based,,i
>> > prefer  editor like vim which supports python scripts
>> >
>> > On Mon, Sep 27, 2010 at 6:26 PM, Sithembewena Lloyd Dube <
>> zebr...@gmail.com>
>> > wrote:
>> >>
>> >> Hi Girish,
>> >>
>> >> I do not know what platform you work on, but on Windows try Jetbrains
>> >> PyCharm. On Linux, try SPE, or Eclipse with Pydev extensions (the
>> latter is
>> >> also available on Windows).
>> >>
>> >> What are you looking for in an IDE? Give more info to get a better
>> answer.
>> >>
>> >> On Mon, Sep 27, 2010 at 2:52 PM, Masklinn 
>> wrote:
>> >>>
>> >>> On 2010-09-27, at 14:51 , girish shabadimath wrote:
>> >>> > hi all,
>> >>> >
>> >>> > is there any IDE for Python/Django ?
>> >>> Yes.
>> >>>
>> >>> --
>> >>> You received this message because you are subscribed to the Google
>> Groups
>> >>> "Django users" group.
>> >>> To post to this group, send email to django-us...@googlegroups.com.
>> >>> To unsubscribe from this group, send email to
>> >>> django-users+unsubscr...@googlegroups.com
>> .
>> >>> For more options, visit this group at
>> >>> http://groups.google.com/group/django-users?hl=en.
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Regards,
>> >> Sithembewena Lloyd Dube
>> >> http://www.lloyddube.com
>> >>
>> >> --
>> >> You received this message because you are subscribed to the Google
>> Groups
>> >> "Django users" group.
>> >> To post to this group, send email to django-us...@googlegroups.com.
>> >> To unsubscribe from this group, send email to
>> >> django-users+unsubscr...@googlegroups.com
>> .
>> >> For more options, visit this group at
>> >> http://groups.google.com/group/django-users?hl=en.
>> >
>> >
>> >
>> > --
>> > Girish M S
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "Django users" group.
>> > To post to this group, send email to django-us...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > django-users+unsubscr...@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-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@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-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
www.tayfuryilmaz.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Sandro Dutra
I like Eric and Aptana.

2010/9/27 João Rodrigues 

> http://code.google.com/p/trespams-vim/
>
> On 27 September 2010 14:00, girish shabadimath 
> wrote:
> > actually i use vim for writing python scripts , i wanted IDE to easy my
> > tasks of writing script (like auto-completion) ,,,i dont want GUI
> based,,i
> > prefer  editor like vim which supports python scripts
> >
> > On Mon, Sep 27, 2010 at 6:26 PM, Sithembewena Lloyd Dube <
> zebr...@gmail.com>
> > wrote:
> >>
> >> Hi Girish,
> >>
> >> I do not know what platform you work on, but on Windows try Jetbrains
> >> PyCharm. On Linux, try SPE, or Eclipse with Pydev extensions (the latter
> is
> >> also available on Windows).
> >>
> >> What are you looking for in an IDE? Give more info to get a better
> answer.
> >>
> >> On Mon, Sep 27, 2010 at 2:52 PM, Masklinn 
> wrote:
> >>>
> >>> On 2010-09-27, at 14:51 , girish shabadimath wrote:
> >>> > hi all,
> >>> >
> >>> > is there any IDE for Python/Django ?
> >>> Yes.
> >>>
> >>> --
> >>> You received this message because you are subscribed to the Google
> Groups
> >>> "Django users" group.
> >>> To post to this group, send email to django-us...@googlegroups.com.
> >>> To unsubscribe from this group, send email to
> >>> django-users+unsubscr...@googlegroups.com
> .
> >>> For more options, visit this group at
> >>> http://groups.google.com/group/django-users?hl=en.
> >>>
> >>
> >>
> >>
> >> --
> >> Regards,
> >> Sithembewena Lloyd Dube
> >> http://www.lloyddube.com
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups
> >> "Django users" group.
> >> To post to this group, send email to django-us...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> django-users+unsubscr...@googlegroups.com
> .
> >> For more options, visit this group at
> >> http://groups.google.com/group/django-users?hl=en.
> >
> >
> >
> > --
> > Girish M S
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@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-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread João Rodrigues
http://code.google.com/p/trespams-vim/

On 27 September 2010 14:00, girish shabadimath  wrote:
> actually i use vim for writing python scripts , i wanted IDE to easy my
> tasks of writing script (like auto-completion) ,,,i dont want GUI based,,i
> prefer  editor like vim which supports python scripts
>
> On Mon, Sep 27, 2010 at 6:26 PM, Sithembewena Lloyd Dube 
> wrote:
>>
>> Hi Girish,
>>
>> I do not know what platform you work on, but on Windows try Jetbrains
>> PyCharm. On Linux, try SPE, or Eclipse with Pydev extensions (the latter is
>> also available on Windows).
>>
>> What are you looking for in an IDE? Give more info to get a better answer.
>>
>> On Mon, Sep 27, 2010 at 2:52 PM, Masklinn  wrote:
>>>
>>> On 2010-09-27, at 14:51 , girish shabadimath wrote:
>>> > hi all,
>>> >
>>> > is there any IDE for Python/Django ?
>>> Yes.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Django users" group.
>>> To post to this group, send email to django-us...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> django-users+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/django-users?hl=en.
>>>
>>
>>
>>
>> --
>> Regards,
>> Sithembewena Lloyd Dube
>> http://www.lloyddube.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>
>
>
> --
> Girish M S
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread pixelcowboy
For linux/ubuntu there is also Eric IDE. It has django plugin.

On Sep 27, 7:38 am, Sithembewena Lloyd Dube  wrote:
> Less? He could probably ask, "is there any IDE?"
>
> ^^ Couldn't let that one slip by...haven't trolled in a while :)
>
> On Mon, Sep 27, 2010 at 4:29 PM, fcaldera wrote:
>
>
>
>
>
>
>
> > On 27 Set, 14:52, Masklinn  wrote:
> > > On 2010-09-27, at 14:51 , girish shabadimath wrote:> hi all,
>
> > > > is there any IDE for Python/Django ?
>
> > > Yes.
>
> > Could you be less specific, please?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com > groups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.
>
> --
> Regards,
> Sithembewena Lloyd Dubehttp://www.lloyddube.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Sithembewena Lloyd Dube
Less? He could probably ask, "is there any IDE?"

^^ Couldn't let that one slip by...haven't trolled in a while :)

On Mon, Sep 27, 2010 at 4:29 PM, fcaldera wrote:

>
>
> On 27 Set, 14:52, Masklinn  wrote:
> > On 2010-09-27, at 14:51 , girish shabadimath wrote:> hi all,
> >
> > > is there any IDE for Python/Django ?
> >
> > Yes.
>
> Could you be less specific, please?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Regards,
Sithembewena Lloyd Dube
http://www.lloyddube.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread fcaldera


On 27 Set, 14:52, Masklinn  wrote:
> On 2010-09-27, at 14:51 , girish shabadimath wrote:> hi all,
>
> > is there any IDE for Python/Django ?
>
> Yes.

Could you be less specific, please?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Carlos Daniel Ruvalcaba Valenzuela
So far there is 3 big ones for django, Eclipse + PyDev or Aptana +
PyDev, WingIDE (latest version can even debug django templates) and
PyCharm.

If you want something OSS or Free Eclipse or Aptana, otherwise you may
want to checkout both WingIDE and PyCharm to see if you like one of
those.

Personally I like PyCharm so far.

Regards,
Carlos Ruvalcaba

On Mon, Sep 27, 2010 at 6:00 AM, girish shabadimath
 wrote:
> actually i use vim for writing python scripts , i wanted IDE to easy my
> tasks of writing script (like auto-completion) ,,,i dont want GUI based,,i
> prefer  editor like vim which supports python scripts
>
> On Mon, Sep 27, 2010 at 6:26 PM, Sithembewena Lloyd Dube 
> wrote:
>>
>> Hi Girish,
>>
>> I do not know what platform you work on, but on Windows try Jetbrains
>> PyCharm. On Linux, try SPE, or Eclipse with Pydev extensions (the latter is
>> also available on Windows).
>>
>> What are you looking for in an IDE? Give more info to get a better answer.
>>
>> On Mon, Sep 27, 2010 at 2:52 PM, Masklinn  wrote:
>>>
>>> On 2010-09-27, at 14:51 , girish shabadimath wrote:
>>> > hi all,
>>> >
>>> > is there any IDE for Python/Django ?
>>> Yes.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Django users" group.
>>> To post to this group, send email to django-us...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> django-users+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/django-users?hl=en.
>>>
>>
>>
>>
>> --
>> Regards,
>> Sithembewena Lloyd Dube
>> http://www.lloyddube.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>
>
>
> --
> Girish M S
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@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-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread bagheera
Dnia 27-09-2010 o 15:00:51 girish shabadimath   
napisał(a):


actually i use vim for writing python scripts , i wanted IDE to easy my  
tasks of writing script (like auto-completion) ,,,i dont want GUI  
based,,i prefer  editor like vim which supports python scripts


GUI based, but lightweight "Geany" IDE is. :)
--
Linux user

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread girish shabadimath
actually i use vim for writing python scripts , i wanted IDE to easy my
tasks of writing script (like auto-completion) ,,,i dont want GUI based,,i
prefer  editor like vim which supports python scripts

On Mon, Sep 27, 2010 at 6:26 PM, Sithembewena Lloyd Dube
wrote:

> Hi Girish,
>
> I do not know what platform you work on, but on Windows try Jetbrains
> PyCharm. On Linux, try SPE, or Eclipse with Pydev extensions (the latter is
> also available on Windows).
>
> What are you looking for in an IDE? Give more info to get a better answer.
>
>
> On Mon, Sep 27, 2010 at 2:52 PM, Masklinn  wrote:
>
>> On 2010-09-27, at 14:51 , girish shabadimath wrote:
>> > hi all,
>> >
>> > is there any IDE for Python/Django ?
>> Yes.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
>
> --
> Regards,
> Sithembewena Lloyd Dube
> http://www.lloyddube.com
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Girish M S

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Sithembewena Lloyd Dube
yw. SPE is strictly a Python IDE, so I am not aware of any support for
Django tags. If you are comfortable with client-side coding, I reckon you
shouldn't really need that anyway.


On Mon, Sep 27, 2010 at 2:56 PM, girish shabadimath <
girishmss.1...@gmail.com> wrote:

> thanks a lot...
>
>
> On Mon, Sep 27, 2010 at 6:28 PM, bagheera  wrote:
>
>> Dnia 27-09-2010 o 14:51:15 girish shabadimath 
>> napisał(a):
>>
>>
>>  hi all,
>>>
>>> is there any IDE for Python/Django ?
>>>
>>>
>> Most will probably recommend Eclipse + pydev plugin or Aptana + pydev.
>> I fell quite comfortable with NetBeans. Unfortunately it doesn't support
>> django template language.
>>
>> --
>> Linux user
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
>
> --
> Girish M S
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Regards,
Sithembewena Lloyd Dube
http://www.lloyddube.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Ramdas S
On Mon, Sep 27, 2010 at 6:24 PM, girish shabadimath <
girishmss.1...@gmail.com> wrote:

> im using ubuntu machine so which IDE is best suited for this machine.
>
>
> On Mon, Sep 27, 2010 at 6:23 PM, girish shabadimath <
> girishmss.1...@gmail.com> wrote:
>
>> can u please tell me which is it..
>>
>>
>> On Mon, Sep 27, 2010 at 6:22 PM, Masklinn  wrote:
>>
>>> On 2010-09-27, at 14:51 , girish shabadimath wrote:
>>> > hi all,
>>> >
>>> > is there any IDE for Python/Django ?
>>> Yes.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Django users" group.
>>> To post to this group, send email to django-us...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> django-users+unsubscr...@googlegroups.com
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/django-users?hl=en.
>>>
>>>
>>
>>
>> --
>> Girish M S
>>
>
>
>
vim or emacs.

>
> --
> Girish M S
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
Ramdas S
+91 9342 583 065

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread girish shabadimath
thanks a lot...

On Mon, Sep 27, 2010 at 6:28 PM, bagheera  wrote:

> Dnia 27-09-2010 o 14:51:15 girish shabadimath 
> napisał(a):
>
>
>  hi all,
>>
>> is there any IDE for Python/Django ?
>>
>>
> Most will probably recommend Eclipse + pydev plugin or Aptana + pydev.
> I fell quite comfortable with NetBeans. Unfortunately it doesn't support
> django template language.
>
> --
> Linux user
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Girish M S

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Sithembewena Lloyd Dube
Hi Girish,

I do not know what platform you work on, but on Windows try Jetbrains
PyCharm. On Linux, try SPE, or Eclipse with Pydev extensions (the latter is
also available on Windows).

What are you looking for in an IDE? Give more info to get a better answer.

On Mon, Sep 27, 2010 at 2:52 PM, Masklinn  wrote:

> On 2010-09-27, at 14:51 , girish shabadimath wrote:
> > hi all,
> >
> > is there any IDE for Python/Django ?
> Yes.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Regards,
Sithembewena Lloyd Dube
http://www.lloyddube.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread girish shabadimath
im using ubuntu machine so which IDE is best suited for this machine.

On Mon, Sep 27, 2010 at 6:23 PM, girish shabadimath <
girishmss.1...@gmail.com> wrote:

> can u please tell me which is it..
>
>
> On Mon, Sep 27, 2010 at 6:22 PM, Masklinn  wrote:
>
>> On 2010-09-27, at 14:51 , girish shabadimath wrote:
>> > hi all,
>> >
>> > is there any IDE for Python/Django ?
>> Yes.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
>
> --
> Girish M S
>



-- 
Girish M S

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread bagheera
Dnia 27-09-2010 o 14:51:15 girish shabadimath   
napisał(a):



hi all,

is there any IDE for Python/Django ?



Most will probably recommend Eclipse + pydev plugin or Aptana + pydev.
I fell quite comfortable with NetBeans. Unfortunately it doesn't support  
django template language.


--
Linux user

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread girish shabadimath
can u please tell me which is it..

On Mon, Sep 27, 2010 at 6:22 PM, Masklinn  wrote:

> On 2010-09-27, at 14:51 , girish shabadimath wrote:
> > hi all,
> >
> > is there any IDE for Python/Django ?
> Yes.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>


-- 
Girish M S

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: IDE for Python/django

2010-09-27 Thread Masklinn
On 2010-09-27, at 14:51 , girish shabadimath wrote:
> hi all,
> 
> is there any IDE for Python/Django ?
Yes.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



IDE for Python/django

2010-09-27 Thread girish shabadimath
hi all,

is there any IDE for Python/Django ?

-- 
Girish M S

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.