Hi.
I have some problem i cant figure out.
I have two separate apps in separate projects. I want to write script
that uses both apps. Problem is that in models i have two different
classes with same name (call it C).

So to make it short i have something like this:

from projA.appA.models import C as C1
from projB.abbB.models import C as C2

C2 is equal C1.

So i guess that framework does some magic behind the scenes and does
not import class again.
Seems like it uses only class name not full class path.

Can anyone tell me where should i look for to see why this is
happening?

Cheers


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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