RE: "remote models" with django?

2008-07-11 Thread Emily Rodgers
kind of interface into it? Not really sure I can be of much help... > -Original Message- > From: django-users@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of lgr888999 > Sent: 11 July 2008 12:48 > To: Django users > Subject: Re: "remote models" with d

Re: "remote models" with django?

2008-07-11 Thread lgr888999
barking up > the wrong tree!! > > > > > -Original Message- > > From: django-users@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of lgr888999 > > Sent: 11 July 2008 11:10 > > To: Django users > > Subject: Re: "remote models" with django? > &

RE: "remote models" with django?

2008-07-11 Thread Emily Rodgers
99 > Sent: 11 July 2008 11:10 > To: Django users > Subject: Re: "remote models" with django? > > > nope different sites on different IPs > > On 11 Juli, 11:44, "Emily Rodgers" <[EMAIL PROTECTED]> wrote: > > Are they in the same proje

Re: "remote models" with django?

2008-07-11 Thread lgr888999
f lgr888999 > > Sent: 11 July 2008 10:33 > > To: Django users > > Subject: "remote models" with django? > > > Lets say i have two django apps A and B. Lets say A has some > > models, Foo and Bar. > > > Now i know there are plenty of implementations to make

RE: "remote models" with django?

2008-07-11 Thread Emily Rodgers
Are they in the same project? > -Original Message- > From: django-users@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of lgr888999 > Sent: 11 July 2008 10:33 > To: Django users > Subject: "remote models" with django? > > > Lets say i h

"remote models" with django?

2008-07-11 Thread lgr888999
Lets say i have two django apps A and B. Lets say A has some models, Foo and Bar. Now i know there are plenty of implementations to make Foo and Bar restfuly available via http but is there anything built yet to make Foo and Bar available as Models on B via http? Ie a restful model backend