If I have the following:

model1
import modelTemp
class exe
(class exe uses a foreignKey from modelTemp)

model2
import model1.exe
class exe1
(class exe1 uses a foreignKey from exe)

Question I have is, do I have to import modelTemp for model2 also?


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