aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the main render method into a class based viewGeorge Hickman2011-10-301-0/+61
Use a PdfResponse to deal with the headers and response type. Make the margin_* and filename variables instance variables on the view with sane defaults.