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:
Adrian Holovaty 2006-02-18 16:45:36 +00:00
parent e5a0960c26
commit d2522e31b9
1 changed files with 2 additions and 1 deletions

View File

@ -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
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
participating in a March Madness contest.
.. _ReportLab: http://www.reportlab.org/rl_toolkit.html
.. _kusports.com: http://www.kusports.com/
Install ReportLab
=================