Hello Fabien Schwob!
On Fri, 16 Jun 2006 17:01:32 +0200 you wrote:

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

It is possible.
http://www.djangoproject.com/documentation/models/many_to_one/

-- 
÷ÓÅÇÏ ÎÁÉÌÕÞÛÅÇÏ!
greg [at] anastasia [dot] ru çÒÉÇÏÒÉÊ.

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