summaryrefslogtreecommitdiffstats
path: root/dashboard/src/booking/migrations/0002_booking_pdf.py
AgeCommit message (Collapse)AuthorFilesLines
2019-01-02Renders Pod Destriptor File earlierParker Berberian1-0/+18
Currently, the PDF is rendered 'on-demand' every time you visit the booking detail page. This change renders the pdf once and saves it in the booking model. Advantages: - saves computation of re-rendering pdf constantly - fixes issue where pdf fails to render after booking expires Change-Id: I58d20fadce088d78ebd22f1d6f67cab371823542 Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>