Re: is there a Django library for AJAX support

2015-01-05 Thread Vijay Khemlani
I don't think Python is the right tool for frontend development. There are entire (and good) frameworks oriented to frontend using JavaScript (such as AngularJS), that also take care of DOM manipulation, handling events, encapsulating ajax requests, etc. On Mon, Jan 5, 2015 at 8:11 PM, Martin For

Re: is there a Django library for AJAX support

2015-01-05 Thread Martin Formanko
In the past (2 years ago), when I used dajaxice, it was quite unstable and definitely not robust - it took some time after I understood how to react to different (erroneous) behavior. It would be better that time to code my own library, so that I could understand it more deeply in case of errors (I

Re: is there a Django library for AJAX support

2015-01-05 Thread Krishnakant Mane
I see, it is a great library, yet I still have to write some javascript code. I was looking for some library wich let's say integrates with Jquery and gives access to it's AJAX functionality through Python code, just like crispy-forms does for CSS. Happy hacking. Krishnakant. On 01/05/2015 08:0

Re: is there a Django library for AJAX support

2015-01-05 Thread Daniel França
Have you tried Dajax/Dajaxice? http://www.dajaxproject.com/ Em Sun Jan 04 2015 at 2:15:16 PM, Krishnakant Mane escreveu: > Hello all, > I am realy impressed with the Django forms and some additional > enhancements with CrispyForms >

is there a Django library for AJAX support

2015-01-04 Thread Krishnakant Mane
Hello all, I am realy impressed with the Django forms and some additional enhancements with CrispyForms Specially that additional library does a great job with css management making it possible to make the forms look good and acc