Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I am using aptana 3.3.1, django 1.2.7, python 2.7
when i create a new django project in aptana i get an empty project.
No settings.py no manage.py etc.
I found the problem. It is the name of the project, test cant be used as the name of the project because it is the name of an existing python module.