Re: ForeignKey/Relationship Question

2006-09-02 Thread James Bennett
On 9/2/06, Tom Davis <[EMAIL PROTECTED]> wrote: > Okay, I am creating a site in Django who's forum system runs on > vBulletin. Is there anyway to hook my models into the vB tables so > that I can use them basically in tandem? I don't really need vB to do > anything with my Django tables, but the

ForeignKey/Relationship Question

2006-09-02 Thread Tom Davis
Okay, I am creating a site in Django who's forum system runs on vBulletin. Is there anyway to hook my models into the vB tables so that I can use them basically in tandem? I don't really need vB to do anything with my Django tables, but there are a few instances where I really need my Django app