aboutsummaryrefslogtreecommitdiffstats
path: root/testproject
Commit message (Collapse)AuthorAgeFilesLines
* Move the testproject out of the main folder.Marc Tamlyn2012-07-277-0/+194
| | | | Also exclude it from distributions using the MANIFEST.
* Move testproject to wkhtmltopdf._testproject.Simon Law2012-07-247-193/+0
| | | | | | | | | | | | | | | Avoid polluting the global library namespace with testproject. Instead, since wkhtmltopdf tests use it, we install it within under a "private" name. --HG-- rename : testproject/__init__.py => wkhtmltopdf/_testproject/__init__.py rename : testproject/manage.py => wkhtmltopdf/_testproject/manage.py rename : testproject/requirements.txt => wkhtmltopdf/_testproject/requirements.txt rename : testproject/settings.py => wkhtmltopdf/_testproject/settings.py rename : testproject/templates/footer.html => wkhtmltopdf/_testproject/templates/footer.html rename : testproject/templates/sample.html => wkhtmltopdf/_testproject/templates/sample.html rename : testproject/urls.py => wkhtmltopdf/_testproject/urls.py
* PDFTemplateResponse and PDFTemplateView now match Django's implementationsSimon Law2012-07-241-0/+2
| | | | | | | | | PDFTemplateResponse is like TemplateResponse in that it does dynamic rendering of a template on the fly. PDFTemplateView has a much smaller implementation, relying on PDFTemplateResponse to do the rendering for it. It also knows about the standard TemplateResponse when it needs to render the HTML version.
* Test translation to temp file.Marc Tamlyn2012-01-162-0/+12
|
* Add a testproject and empty tests file.Marc Tamlyn2012-01-165-0/+179