Re: PyDev create new project wizard creates two folders in Aptana Studio 3?

2010-10-05 Thread Brandon Taylor
Hi Guys, Yeah, I've just been creating projects by hand instead of using the new PyDev Django actions. Fabio said it's because the project you create has to be added to the Python Path, and it can't add a folder that is above the path for some reason. Annoying. Cheers, Brandon On Oct 5, 3:35 pm,

Re: PyDev create new project wizard creates two folders in Aptana Studio 3?

2010-10-05 Thread Sandro Dutra
When you try to create a project, Aptana duplicates the root directory automatically. A issue... To correct this, you only have to observe the path when you're creating the Django project. 2010/10/2 payala > > Check if you are in the python perspective > > On 1 oct, 19:34, Brandon Taylor wrote

Re: PyDev create new project wizard creates two folders in Aptana Studio 3?

2010-10-02 Thread payala
Check if you are in the python perspective On 1 oct, 19:34, Brandon Taylor wrote: > Hi everyone, > > I'm used to organizing my Django projects in one folder for the > project and then sub folders for app modules... > > /my_project >     -__init__.py >     -settings.py >     /some_app > > and so

PyDev create new project wizard creates two folders in Aptana Studio 3?

2010-10-01 Thread Brandon Taylor
Hi everyone, I'm used to organizing my Django projects in one folder for the project and then sub folders for app modules... /my_project -__init__.py -settings.py /some_app and so on. However, when I create a new Django project using the PyDev wizard, I get: /my_project /my_proj