Agree.  We do the same.  It's much easier if you have a dual monitor
setup and flex on one and django on the other.  I use XML rather than
pyAMF because it was easier to debug.  Just create an xml file and set
your HttpService.url to that in Flex; then later make Django generate
the same thing.  I have ~3 xml templates that support my entire app.

-----Original Message-----
From: django-users@googlegroups.com
[mailto:django-us...@googlegroups.com] On Behalf Of Tim Sawyer
Sent: Monday, October 18, 2010 8:23 AM
To: django-users@googlegroups.com
Subject: Re: Django and Flux

> You cant combine Django and Flex Builder - but you can write apps
using
> Django and Flex.

With Flex 3 (and maybe 4, I don't know) you could install it as an
Eclipse
Plugin, instead of standalone.  You could then install pydev into
Eclipse
as well, and edit both sides of the app in the same Eclipse instance.

Having said that, we use Flex standard install for Flex development, and
a
seperate Eclipse isntance for the back ends (Java/Python/Whatever).
It's
more stable that way.

Tim.

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


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