Re: Django Unobtrusive Ajax

2012-09-21 Thread Javier Guerra Giraldez
On Thu, Sep 20, 2012 at 7:12 PM, Russell Keith-Magee wrote: > In the case of Real-time, the answer is maybe. Serving real-time data > will probably require some modifications to core -- the mechanisms > used to serve real-time data are different to traditional 'static > page' mechanisms. I guess

Re: Django Unobtrusive Ajax

2012-09-20 Thread Russell Keith-Magee
On Fri, Sep 21, 2012 at 1:10 AM, Kurt Pruhs wrote: > @Russell > I understand what you are saying, as far as making AJAX a part of Django's > core. It's a server-side framework. On the other hand, I was just in D.C. > for DjangoCon and listened to Adrian Holovaty talk about making Django > deliver

Re: Django Unobtrusive Ajax

2012-09-20 Thread Kurt Pruhs
@Russell I understand what you are saying, as far as making AJAX a part of Django's core. It's a server-side framework. On the other hand, I was just in D.C. for DjangoCon and listened to Adrian Holovaty talk about making Django deliver real-time content. Did I misunderstand what he was saying?

Re: Django Unobtrusive Ajax

2012-09-19 Thread Russell Keith-Magee
… and, you can also see on that ticket that the chance of this getting into Django itself is *very low*. Django is, by design, a server side framework. AJAX is a primarily client-side concern, with some light server-side data requirements. There's absolutely no need for this to be tightly bound to

Re: Django Unobtrusive Ajax

2012-09-19 Thread Faraz Masood Khan
Yes Kurt, you can vote for this feature over here: https://code.djangoproject.com/ticket/18981 On Wednesday, September 19, 2012 8:02:44 PM UTC+5, Faraz Masood Khan wrote: > > Easiest way to do Ajax in Django: > http://codestand.feedbook.org/2012/09/django-unobtrusive-ajax.html > > -- You rec

Re: Django Unobtrusive Ajax

2012-09-19 Thread Kurt Pruhs
Great idea. It looks like you have a legitimate method for "baking" AJAX into the Django framework. I will be starting a new Django project in October. I will try to integrate this. On Wednesday, September 19, 2012 9:02:44 AM UTC-6, Faraz Masood Khan wrote: > > Easiest way to do Ajax in Django:

Django Unobtrusive Ajax

2012-09-19 Thread Faraz Masood Khan
Easiest way to do Ajax in Django: http://codestand.feedbook.org/2012/09/django-unobtrusive-ajax.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/qm4Hhb

Django Unobtrusive Ajax

2012-09-18 Thread Faraz Masood Khan
I think it is the easiest way to do Ajax in Djangovia attributes: http://codestand.feedbook.org/2012/09/django-unobtrusive-ajax.html -- You received this message because you are subscribed to the Google Groups "Django users"