Actually my project guide is asking me to search for ajax replacement in django. So that way we dont have to use ajax.
I mean if we could only refrsh particular part in our web page without refreshing the whole page "using django". Thanx in advance and pardone me for my foolish questions as i am new to django and web but i do have some basic knowledge on how html functions. On Oct 12, 7:24 pm, Javier Guerra Giraldez <[email protected]> wrote: > On Wed, Oct 12, 2011 at 9:17 AM, lankesh87 <[email protected]> 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

