OneToOne across apps

2009-11-22 Thread Trev
go does. I've tried Foreign Key with unique=True, but it produces the same issue - no reference. Am I thinking about this wrong performance wise? Or does Django purposely stop my app2 from depending on an app1 table for "loose coupling" reasons? Or is it something else? Thanks for an

Re: OneToOne across apps

2009-11-22 Thread Trev
this proxy model, but if anyone has a good one I'd love to know. Thanks again! trev -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this gro

Very Easy Question

2007-12-19 Thread Trev
Hi, This should take 2 seconds for an experience Django user. I'm trying to install Django on windows XP. I've installed python 2.5 and MySQL with MySQLdb as the interface. However when I try installing django from DOS I get this error C:\Django-0.96.1>setup.py install running install running bui

Re: Very Easy Question

2007-12-30 Thread Trev
4:32 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Wed, 2007-12-19 at 12:55 -0800, Trev wrote: > > Hi, This should take 2 seconds for an experience Django user. > > I'm trying to install Django on windows XP. I've installed python 2.5 > > and MySQL