Skip to content

Commit

Permalink
List Flask-Peewee, #328.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Nov 24, 2011
1 parent bd05af7 commit fe7b725
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flask_website/listings/extensions.py
Expand Up @@ -408,6 +408,15 @@ def docserver(self):
github='dag/flask-zodb',
approved=True
),
Extension('Flask-Peewee', 'Charles Leifer',
description='''
<p>
Integrates Flask and the peewee orm
''',
docs='http://charlesleifer.com/docs/flask-peewee/index.html',
github='coleifer/flask-peewee',
approved=False
),
]


Expand Down

0 comments on commit fe7b725

Please sign in to comment.