On Wed, Apr 28, 2010 at 6:37 PM, Thomas Allen <thomasmal...@gmail.com> 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 this sort of interaction, and
> how might you consider implementing it? I have taken a brief look at
> django-pipes which seems promising and I'd be curious as to the
> experience users here have had with that library.
>
> The remote application is flexible enough that it will not be
> difficult to refactor its URL scheme to match whichever approach I
> take. Right now it is configured to handle requests based on HTTP
> methods, with the idea of integrating with Rails' ActiveResource which
> sadly proved to be very buggy for me (so I'm happily back with good
> old Django).
>
> Thanks,
> Thomas
>

I'm not aware of anything built-in - try
http://code.welldev.org/django-roa/wiki/Home

Cheers

Tom

-- 
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 group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to