Re: template rendering progress

2012-09-21 Thread Philippe Raoult
Actually I'm already doing something similar. My question was more "how to know how far the rendering progress is". Right now I load a template and call render() on it but I don't have a way of knowing how much progress is made in real time. On Friday, September 21, 2012 7:38:27 AM UTC+2, Jani

Re: template rendering progress

2012-09-20 Thread Jani Tiainen
19.9.2012 16:13, Philippe Raoult kirjoitti: Hello all, I'm using django templates to generate pdf listings in my app. After running render() on the template, reportlab is called to create the pdf. My issue is that those listings can get quite big (hundreds of pages, with images) and thus take v