Re: Models as remote API: High-level questions

2010-04-28 Thread Thomas Allen
I'm sorry, I should've specified that I am using Django 1.1 (Django- ROA is compatible with 1.2 only according to its documentation). Thomas -- 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...@googl

Re: Models as remote API: High-level questions

2010-04-28 Thread Thomas Allen
That looks excellent, thank you. I like that it integrates with the admin, which means I can test the interaction with the remote app very easily. Of course I'm still interested in any other opinions :^) Thomas On Apr 28, 2:08 pm, Tom Evans wrote: > On Wed, Apr 28, 2010 at 6:37 PM, Thomas Allen

Re: Models as remote API: High-level questions

2010-04-28 Thread Tom Evans
On Wed, Apr 28, 2010 at 6:37 PM, Thomas Allen wrote: > Hi everyone, > > I am building an application where many of the models reside on > another server, being served by a PHP application (we needed to do > that because many clients can only host PHP). > > What facilities does Django provide for t

Models as remote API: High-level questions

2010-04-28 Thread Thomas Allen
Hi everyone, I am building an application where many of the models reside on another server, being served by a PHP application (we needed to do that because many clients can only host PHP). What facilities does Django provide for this sort of interaction, and how might you consider implementing i