Re: Can't create application with the same name as project

2006-03-15 Thread wsongkran
Jacob Kaplan-Moss wrote: > > There isn't actually anything that Django's doing to "prevent" you > here; it's an issue with the way python handles imports and > PYTHONPATH. Think about it: if you've got a structure that looks like:: > > todo/ > settings.py > todo

Can't create application with the same name as project

2006-03-15 Thread wsongkran
Hi When I create application with the same name as project like this # django-admin.py startproject todo # cd todo # python manage.py startapp todo # python manage.py runserver Traceback (most recent call last): File "manage.py", line 11, in ? execute_manager(settings) File "/usr/lib/pyt