Linked kusports.com in docs/outputting_pdf.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2334 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e5a0960c26
commit
d2522e31b9
|
@ -10,11 +10,12 @@ The advantage of generating PDF files dynamically is that you can create
|
||||||
customized PDFs for different purposes -- say, for different users or different
|
customized PDFs for different purposes -- say, for different users or different
|
||||||
pieces of content.
|
pieces of content.
|
||||||
|
|
||||||
For example, Django was used at kusports.com to generate customized,
|
For example, Django was used at kusports.com_ to generate customized,
|
||||||
printer-friendly NCAA tournament brackets, as PDF files, for people
|
printer-friendly NCAA tournament brackets, as PDF files, for people
|
||||||
participating in a March Madness contest.
|
participating in a March Madness contest.
|
||||||
|
|
||||||
.. _ReportLab: http://www.reportlab.org/rl_toolkit.html
|
.. _ReportLab: http://www.reportlab.org/rl_toolkit.html
|
||||||
|
.. _kusports.com: http://www.kusports.com/
|
||||||
|
|
||||||
Install ReportLab
|
Install ReportLab
|
||||||
=================
|
=================
|
||||||
|
|
Loading…
Reference in New Issue