Yes, they just need to import the models from the module that they need. Be
aware, of circular imports, though. That is when one module imports from
another which also imports from the first one. Check the imports at the top
to make sure the module from which you are importing classes, modles, defs,
constants, does not import anything from the module that you are importing
into. Funny things happen, when you have circular imports, and when you are
beginning out they can be hard to troubleshoot.

Furbee


On Fri, Feb 17, 2012 at 7:43 AM, Bob Carlson <b...@rjcarlson.com> wrote:

> I’m well into beginning building my actual app after going through the
> tutorial, but I have no feel yet for the answer to this question.****
>
> ** **
>
> Can apps share a set of models? My application neatly divides into three
> pieces, but all the pieces share the same data. Should these be 3 apps or
> 1? Can apps freely share access to data models?****
>
> ** **
>
> Cheers, Bob****
>
> ** **
>
> --
> 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.
>

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