Aah. It is because of this chicken and egg scenario.. manage.py adds
your project's dir to the path after it imports your settings module.
So when the settings module is being imported your project is not in
the path yet, so you cannot import from
myproject.some_package.some_module..

I now added my dir to the path and it works fine. Feels dodgy, because
my app now has an extra dependency when you install it..


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to