Hello,

I'm about to create my first Django apps and I would like to know if
it's possible to have relationships between models accross multiple
apps. For example I would like to have :

App User:
    class User:
        #some fields

App Blog
    class Blog:
        author = models.ForeignKey(User.user)

Is-it possible to do that ?

Thanks

-- 
Fabien SCHWOB
_____________________________________________________________
Derrière chaque bogue, il y a un développeur, un homme qui s'est trompé.
(Bon, OK, parfois ils s'y mettent à plusieurs).

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

Reply via email to