Hi, sorry to step in. I'm newcomer to Django+Python. > Except that you do /not/ need to add the project directory to > > pythonpath, if you just reference everything properly and include the > > project name.
I have run into exactly this issue and spend couple of hours searching django users archives (maybe even whole day). When you know python for some time it is quite obvious that either include every project dir on PYTHON path or use full naming. However not as newbie, specially when you follow the URL tutorial part for first time you can get the feeling like python always check even current directory. So you end up with various mixed import strings across your first application, bit thinking that this is probably the way how to de-couple apps from projects and it works on django testserver. I agree some small documentation update would fix it. best regards robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---