Rob Hudson schreef:

> Should Django look at creating something like what RadRails is for RoR?
> http://www.radrails.org/
>
> It's built on top of Eclipse.  The screencasts look pretty cool.
>
> -Rob

Imho it would be a waste of ressourceries better spend on Django
itself. As you can already see in this topic, plenty IDE's are
available for python/django.

Rails has/had the problem that it had a lot of "magic"; automagic
import of classes/modules/mixins (and automagic creation of functions)
this makes code completion by some form of introspection nearly
impossible, thus it was usefull to create an ide that was aware of the
rails syntax. For Django, any half-decent IDE suffices. (But this is
personal, I don't really need an IDE based interface to manage.py or
other fancy stuff)
Only the templates might benefit a little. But as Django templates are
to be void of logic (as should all templates) i don't think it is
really needed to develop an entire ide for that. A few additions to the
word-file of your favourite editor shout do the trick.

For what's it word. I like Wing IDE (after messing with ultraedit and
komodo) for python stuff, and use ultra-edit for the templates.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to