[BangPypers] Reportlab Tool for dynamic reports

Asif Jamadar asif.jamadar at rezayat.net
Sun Jan 22 12:01:31 CET 2012


Dear All,

I'm using django and reportlab tool generate Dynamic PDF reports. All the data in report is coming from database.

I'm generating dynamic PDF report using reportlab which consist of the data from database. My problem is whenever I restart apache server my PDF reports data is changing. The generated report uses Django queries to display the data. But when I restart apache server then the correct data is not appearing in report.

I checked all the queries which I written in my django views. Also I noticed that every restart of apache server showing different results. So I don't think so that this is the problem of my django queries. Is there any solution for this problem?

If I restart the apache server data of already generated reports will change, what is the cause for this problem, any solutions?

Thanks in advance



More information about the BangPypers mailing list