Den 05/01/2014 kl. 13.44 skrev pointmuriae castro <[email protected]>:

> I am needing to display a wait message while processing perform some process 
> on the server anyone could help me

A simple option is to run your processing via Celery or some other task queue. 
You then store the job status somewhere in your database, and export the job 
status via a simple JSON API. Your webpage then uses Javascript to poll the 
status URL and update the status message.

Erik

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/F2EF6D8C-EDFB-4FEF-8EB3-74B0F0D27C89%40cederstrand.dk.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to