Skip to content

Commit

Permalink
Adding link to flask-peewee project
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jun 19, 2012
1 parent 6c1fc75 commit 2c13b96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -9,6 +9,8 @@ peewee
* uses sql concepts when querying, like joins and where clauses
* supports sqlite, mysql and postgresql

For flask integration, including an admin interface and RESTful API, check
out `flask-peewee <https://github.com/coleifer/flask-peewee/>`_.

Examples::

Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Expand Up @@ -11,6 +11,9 @@ peewee
* provides a lightweight querying interface over sql
* uses sql concepts when querying, like joins and where clauses

For flask integration, including an admin interface and RESTful API, check
out `flask-peewee <https://github.com/coleifer/flask-peewee/>`_.

Contents:
---------

Expand Down

0 comments on commit 2c13b96

Please sign in to comment.