Skip to content

Commit

Permalink
Merge pull request #565 from SimonSapin/patch-7
Browse files Browse the repository at this point in the history
List Flask-WeasyPrint in the extension registry.
  • Loading branch information
Kenneth Reitz committed Aug 26, 2012
2 parents a31122c + bda49f1 commit 7239531
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flask_website/listings/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,14 @@ def docserver(self):
github='kennethreitz/flask-heroku',
approved=False
),
Extension('Flask-WeasyPrint', 'Simon Sapin',
description='''
<p>Make PDF with <a href="http://weasyprint.org/">WeasyPrint</a>
in your Flask app.
''',
docs='http://packages.python.org/Flask-WeasyPrint/',
github='SimonSapin/Flask-WeasyPrint',
),
]


Expand Down

0 comments on commit 7239531

Please sign in to comment.