Re: Creating Model with ManyToMany relationship from PyAMF & Flex

2009-07-14 Thread Jesse Warden
Nevermind, found this: http://www.djangoproject.com/documentation/models/many_to_many/ And got it working. woo WOOO!!! On Tue, Jul 14, 2009 at 2:28 PM, Jesse Warden wrote: > n00b here. I'd like to create a complex Model from a Flex Object > (basically decoded JSON). I've created a Model succe

Creating Model with ManyToMany relationship from PyAMF & Flex

2009-07-14 Thread Jesse Warden
n00b here. I'd like to create a complex Model from a Flex Object (basically decoded JSON). I've created a Model successfully already, but am unsure how to do this with the multiple Models that have ManyToMany relationships with each other. This works: def create_power(request, powerObj): try: p