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 required, but it looks like the  views in the
standard comments system would have to changed to support sending back
text/javascript instead of what they are doing at the moment.

Is this really the case?  Can I specify a custom view  without having
to edit the django framework, or am I going to have to do this?


--~--~---------~--~----~------------~-------~--~----~
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 from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to