Re: PyAMF nogo, try DjangoAMF

2008-01-06 Thread Joel Hooks
There was a couple bugs in pyAMF that they have squished as of yesterday. Great guys. http://joelhooks.com/?p=5 I'm still using the S2Flex2 RemotingService, but just because it works. On Jan 5, 8:56 am, akaihola <[EMAIL PROTECTED]> wrote: > DjangoAMF almost worked for us except for two problems

Re: PyAMF nogo, try DjangoAMF

2008-01-05 Thread akaihola
DjangoAMF almost worked for us except for two problems: - with hundreds of object it started to corrupt data - it needs the S2Flex2 library on the ActionScript side Since the December alpha version we have switched to PyAMF which works nicely with the native mx:RemoteObject mechanism. --~--~-

Re: PyAMF nogo, try DjangoAMF

2007-11-26 Thread iongion
sorry for the double post, confusing gmail authentication --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from th

PyAMF nogo, try DjangoAMF

2007-11-26 Thread iongion
DjangoAMF seems a viable solution for bridging django with flash/flex applications. I gave it a shot, reached all the way to authentication but then halted. Here is a sample view: from amf.django import permission_required in settings.py i have AMF_AUTH_FUNC = 'amfapp.views.login' @permissio