JamesBranam's Blog
NetBeans and Django? It's Coming
Hi all,
I'm not just a blogger, but I'm also a blog reader. I read lots of blogs, and yesterday I cam across a blog entry about NetBeans being a good IDE for Python, but it's be nicer to have Django support in the IDE. Here's what I read in the blog:
I developed using VIM and konsole using Python and Django. Some time ago Carlos Ble suggest me to use and IDE. The I try Eclipse + PyDev for a time, but never felt comfortable with it. Since Netbeans team decide to include Python in the supported languages Netbeans could work with; I decide to give it a chance.
While Django is not fully supported itself, I feel Netbeans much more fluent than a Eclipse. Netbeans is not perfect but, on my view, fits my needs more than Eclipse do. I’ll try to use this platform for a while before claim to be THE IDE.
Using Django with it is possible using the same trick I used with Eclipse. Set manage.py as the main file and runserver --noreload as argument. I didn’t success trying to do step-by-step debugging (I didn’t spent more than two minutes trying).
To be the “perfect” platform for Django developing Netbeans needs:
- Be able to create a django project
- Be able to create django apps into a project
- Be able to run manage.py shell
- Be able to manage DB (At les manage.py dbshell
- Manage Django tests (manage.py test)
- Find method usage in templates
- WYSWYG template editor
Even lacking all this features, I think is probably the best IDE for Django I have ever tried.
This is all coming. Just be patient. Soon, nothing will be stopping NetBeans from being the best IDE in the world.
Cheers!
--James
Posted at 09:00AM Mar 04, 2009 by branajam in NetBeans | Comments[4]
I look forward to using Netbeans for Django development!
Posted by Josh Juneau on March 04, 2009 at 02:00 PM CET #
Other things could be great is Google AppEngine.
Posted by Elizabeth on March 05, 2009 at 12:43 PM CET #
The continuous builds of NB Python form http://deadlock.netbeans.org/hudson/job/python/
seem to fail everyday since Feb. 25, so the users can't really try those "new and exiting things".
Posted by homer on March 07, 2009 at 09:43 PM CET #
I used NetBeans to develop a J2EE app with GlassFish and found NB a great IDE. For sure the same kind of platform would be great for Django. I'am waiting for that ...
Posted by Geoff on March 23, 2009 at 11:52 PM CET #