Re: django REST: update tables

2007-12-12 Thread Malcolm Tredinnick
On Tue, 2007-12-11 at 15:18 -0800, crybaby wrote: > I have a view which allows users to upload pictures and add tags, > description to them. I have to update two tables: post and img > > If I want to do this by REST, how do you do this? Is REST only suited > for manipulating one resource(one t

django REST: update tables

2007-12-11 Thread crybaby
I have a view which allows users to upload pictures and add tags, description to them. I have to update two tables: post and img If I want to do this by REST, how do you do this? Is REST only suited for manipulating one resource(one table) at a time? --~--~-~--~~~---