Jus trying to figure out passing the auth parameters (username, password) from flex client to django backend using pyamf, it turn around to be simple to just pass parameters instead of a class object, Here is the code. 1. In the gateway.py add the following 2. In the mxml, here it goes. 3. The UserVO [...]
Archive for October, 2009
User authentication in Django, PyAMF and Flex3
Posted in Django, tagged Django, Flex, PyAMF on October 27, 2009 | Leave a Comment »
Simple Django, PyAMF, Flex Example
Posted in Django, tagged Django, Flex, PyAMF on October 21, 2009 | 8 Comments »
Last two weeks, i was trying to figure how to work with Django + PyAMF with Flex front end. Seems to be not enough examples for new users. Finally i got an example from amfphp – “Flex Contacts” to start with, and bit of changes made flex to interact with django backend thru pyamf. Let’s [...]