RE: Django and Flux

2010-10-24 Thread Sells, Fred
g. 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

Re: Django and Flux

2010-10-18 Thread girish shabadimath
Thanks Tim, got some idea On Mon, Oct 18, 2010 at 6:01 PM, girish shabadimath < girishmss.1...@gmail.com> wrote: > Hi Venkatraman, > *Thanks for the correction -- 'Flex' and by "combine" in mean using django > and flex to create application.* > > i googled regarding this issue and found that pyAM

Re: Django and Flux

2010-10-18 Thread girish shabadimath
Hi Venkatraman, *Thanks for the correction -- 'Flex' and by "combine" in mean using django and flex to create application.* i googled regarding this issue and found that pyAMF is used in this case, O n Mon, Oct 18, 2010 at 5:44 PM, Venkatraman S wrote: > > On Mon, Oct 18, 2010 at 5:37 PM, gi

Re: Django and Flux

2010-10-18 Thread Venkatraman S
On Mon, Oct 18, 2010 at 5:53 PM, Tim Sawyer wrote: > > 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 Ecl

Re: Django and Flux

2010-10-18 Thread Tim Sawyer
> 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 Ecli

Re: Django and Flux

2010-10-18 Thread Venkatraman S
On Mon, Oct 18, 2010 at 5:37 PM, girish shabadimath < girishmss.1...@gmail.com> wrote: > > i am newbie to django and wanted to start with one django application. > > Is it possible to combine django and adobe flux builder? > > i thought of using flux as front-end and django as back-end. > > what a