Reputation: 1850
I'm using Netbeans for PHP and now I'm moving to Python Django. I've installed Python plug-ins for Netbeans and it works perfectly. But I don't know how to create a Django project in Netbeans 8.0.2. Can you help me in this regard???
Upvotes: 2
Views: 9012
Reputation: 1
Netbeans 8.2 and Python/Django Hi! I'm using Netbeans 8.2 and plugin python http://plugins.netbeans.org/plugin/61688/python and works fine. How to do with Django? After downloaded the plugin and install it.
Upvotes: -1
Reputation: 61
With the caveat 'something is better than nothing'.
https://georgeudosennigeria.wordpress.com/2015/10/26/django-netbeans-on-linux/
Create a python app in NetBeans, but note several things here:
Open up your terminal
Now view your NetBeans IDE you should see files and folders for the django app
Upvotes: 0
Reputation: 6316
As e4c5 said netbeans isn't best choice for django development. As I remember, there was netbeans-django. But as you see the project was moved in archive long time ago and pretty dead now. And question about what to use instead of it definitely will turn into holywar.
For choosing of best django IDE you can start with this question.
Upvotes: 2