Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

django and netbeans?

I use netbeans for all of my Linux development (C/C++, Php, Python, Symfony). I am now learning django, and wondered if I could use netbeans as the IDE. I cant seem to find a Django plugin for netbeans.

Is there one?. If no when is one planned?

Worst case scenario, I'll have to use another IDE (I really dont want to learn another IDE) - But, If so, what do you guys use for django development?

like image 271
morpheous Avatar asked Jun 04 '10 03:06

morpheous


People also ask

Can I use Django with Java?

If you want to use Django on a production site, use a Java servlet container, such as Apache Tomcat. Full JavaEE applications servers such as GlassFish or JBoss are also OK, if you need the extra features they include.

Can I use Django in Spyder?

Now you can see the Django created and imported in Spyder IDE.

Can we use Visual Studio for Django?

A Visual Studio project can contain the Django project along with multiple apps.


1 Answers

There is Python and Django support from the built-in Python plug-in (in short simply get any NetBeans 6.9 or more recent, go to menu Update... > Search "Python" > Install).

There is also a NetBeans-Django additional project going on but pretty dead for a while.

like image 138
Wernight Avatar answered Sep 22 '22 09:09

Wernight