On Wed, Oct 12, 2011 at 9:17 AM, lankesh87 <lankesh...@gmail.com> wrote: > I am developing a web application where i need ajax like features. > But I don't want to use ajax, so my question is- "is there any way to > perform ajax like functions in django?"
that kind of specifications (ajax-like but no ajax) sound very weird to me. I find only two explanations: A) you don't know how HTTP works or B) when you say 'ajax' you're in fact talking about a specific library that you don't want to use and not the generic javascript-driven requests. if A, then please do learn about HTTP first. then you'll not only realize what you really need, but will also be in position to make your applications like you want. if B, then please tell us what is it that you don't want. -- Javier -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.