heya,
I'm still a bit confused as to how to setup Django to work with
Netbeans.
I'm using Netbeans 6.7 M3 from here:
http://bits.netbeans.org/download/6.7/m3/
I've created a new Django project using django-admin, e.g.:
django-admin.py startproject testproject
and then I'm creating a new "Python Project with Existing Sources",
and pointing it to the "testproject" directory".
In project properties, I've set Main Module to "manage.py", and
Application Arguments to "runserver --noreload" (thanks to
http://esauro.wordpress.com/2008/11/21/django-on-netbeans-65/), so
that takes care of running the server when I click Run.
However, how should I go about setting up autocompletion? It doesn't
seem to recognise Django, and using Ctrl-Space on say,
"django.db.models." just brings up a random list of Python options?
And when I start typing, I don't get a list of models, as people up
above seem to be getting on occasion.
What settings should I change in the project in order to import it
correctly, and get autocomplete and the like working?
Cheers,
Victor
On Feb 26, 6:11 pm, "bruce.hpshare" <
bruce.hpsh...@gmail.com> wrote:
> It's a good news for the django develpement ...
>
> 2009-02-26
>
> bruce.hpshare
>
> 发件人: पुनित मदान
> 发送时间: 2009-02-26 15:31:41
> 收件人: django-users
> 抄送:
> 主题: Re: NetBeans IDE for Python
>
> u dont need to move django ... but need to configure python path in project properties ....
>
> 2009/2/26 Amirouche aka Mouche <
amirouche.boube...@gmail.com>
> here is the pre-beta nb 7
http://bits.netbeans.org/download/6.7/m2/