Re: Django comments system and ajax

2006-10-11 Thread timc3
Great, thanks for the help. I was thinking that I would have to take the complete comments system but if I can just define my views then that is excellent. I think I can see how to make it degrade nicely so thats no problem. Thanks again for the help. --~--~-~--~~~

Re: Django comments system and ajax

2006-10-10 Thread Tim Chase
>> Can I specify a custom view without having to edit the >> django framework, or am I going to have to do this? > > I really like the idea of layering any ajaxy behavior on > simple XHTML. There is some name for this, "graceful > degradation" or something (which, in one sense, is a great > oxy

Re: Django comments system and ajax

2006-10-10 Thread David S .
timc3 timc3.com> writes: > Can I specify a custom view without having > to edit the django framework, or am I going to have to do this? I really like the idea of layering any ajaxy behavior on simple XHTML. There is some name for this, "graceful degradation" or something (which, in one sense,

Re: Django comments system and ajax

2006-10-10 Thread Malcolm Tredinnick
On Tue, 2006-10-10 at 05:28 -0700, timc3 wrote: > So I am building my App and I have got the comments system working as I > want for the first round but I would like to utilise ajax to be able to > post and update in the page, rather than new pages all the time. > > I have read though some excell

Re: Django comments system and ajax

2006-10-10 Thread coulix
look here http://code.djangoproject.com/wiki/AjaxDjangoDojoForm --~--~-~--~~~---~--~~ 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

Django comments system and ajax

2006-10-10 Thread timc3
So I am building my App and I have got the comments system working as I want for the first round but I would like to utilise ajax to be able to post and update in the page, rather than new pages all the time. I have read though some excellent posts on ajax and django, and understand what is requi