On 10/6/2010 9:17 PM, hooda_28 wrote:
> good day django peeps, i don't know if this is the right place to post
> here but im giving it a try,
> 
> website A is a publishing company, then website B is an agent of
> website, as an agent some of the orders from website B are given to
> website A. both websites run in django.
> 
> how will i synchronize the order from website B to website A? any
> suggestion on how will i do this?
> 
The easiest way would surely be to have the views in website B make
calls to REST views in website A to transfer the necessary order data.
It's very easy to write RESTful Django views, and you can easily use
either JSON or XML (among other possible formats) to transfer the data
between the two sites.

regards
 Steve
-- 
DjangoCon US 2010 September 7-9 http://djangocon.us/

-- 
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