django : after pdf rendering for generating print, i want to update model objects

2014-06-23 Thread Neethu Jose
I have a django template containing 2 buttons. One is for show and another is for print. I am getting a list of objects from model to print. And there is a status field boolean in this model. The issue is after taking print, I want to update those objects by making their status field true .

django : after pdf rendering for generating print, i want to update model objects

2014-06-23 Thread Neethu Jose
I have a django template containing 2 buttons. One is for show and another is for print. I am getting a list of objects from model to print. And there is a status field boolean in this model. The issue is after taking print, I want to update those objects by making their status field true .