> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/django-users/-/kc5IlCznZ1wJ.
> To post to this group, send email to
django...@googlegroups.com.
> To unsubscribe from this group, send email to
>
django-users...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/django-users?hl=en.
You need to push your rendering task as "external" job. Celery is very
good at it and it does integrate with Django very well.
Basic idea is that you have view that starts the task and returns you
the progress view that is either refreshed by using meta-tag or quite
common ajax-approach to poll a view that returns progress value. And of
course some view to actually fetch the result.
But there is nothing in template engine that can offer this kind of
features since it's property of HTTP protocol and how request/response
cycle goes.
--
Jani Tiainen
- Well planned is half done and a half done has been sufficient before...