Ok Karen , cleaning my post:

I have this two projects with 1 application each other:

ProjectA with AppA (with your model) and ProjectB with AppB (with your
model).

In the views.py of AppA , i should import the model from AppB:

         from ProjectB.AppB.models import *
(** without brackets, it was only a highlight for the code in the
first post)

the error is:
"No module named ProjectB.AppB.models"

Then, in settings.py of ProjectA, in INSTALLED_APPS, i put :
"ProjectB.AppB", but this error appear in the "runserver" : No module
named ProjectB.AppB

Thanks.


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to