Hi,

I try to throw django on an existing database. Unfortunately, there are 
cyclic foreign key dependencies between tables, and I'm looking for a 
way to express this in the model. (I use the magic-removal branch from cvs).

Is there a way? Something like

class Bah(Models.model):
        ...

class Igitt(Models.model):
        bah = Models.ForeignKeyField(Bah)
        ...

Bah.igitt = Models.ForeignKeyField(Igitt)

?

Any suggestions welcome ...

I'm also interested whether anyone has tried to use an existing database 
with Django.

Best regards,

Michael

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