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/
>                       models.py
>
> And you're inside the topmost "todo" directory, doing an "import
> todo" will get the inner one, not the outer one.  PEP 328 (http://
> www.python.org/doc/peps/pep-0328/) is all about this problem, and
> will be available in Python 2.5.
> 
> Jacob

Thanks ;-)

Wara


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to