Arruda schrieb (19.03.2012 19:18 Uhr):

I don't know if this is what I want, but I believe that there is
another way around:
when user B calls foo view, it will render to him a page with a JS(I
don't know JS either, so correct me if I'm talking nonsense) that say
its "Loading..."
And after the do_someting_slow() finished running if will change the
content of the page to whatever the result of "do_something_slow" was.
I think this is what the "Asynchronous" in AJAX stands for.
http://en.wikipedia.org/wiki/Ajax_%28programming%29
https://code.djangoproject.com/wiki/AJAX

Marc

--
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.

Reply via email to