summaryrefslogtreecommitdiffstats
path: root/python/flask-paginate/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-19 16:05:27 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-08-20 07:49:48 +0700
commit7ce2917c5307617a6416f3c1bccb0cd5d6b089a1 (patch)
treebafeb6d6c12816a405dbb143e6fa66c917ffe5c4 /python/flask-paginate/README
parent4713f95e77f920cb7c85ed787f222884756ac941 (diff)
downloadslackbuilds-7ce2917c5307617a6416f3c1bccb0cd5d6b089a1.tar.gz
slackbuilds-7ce2917c5307617a6416f3c1bccb0cd5d6b089a1.tar.xz
python/flask-paginate: Added (Simple paginate support for flask).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/flask-paginate/README')
-rw-r--r--python/flask-paginate/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/flask-paginate/README b/python/flask-paginate/README
new file mode 100644
index 0000000000..fa12ded409
--- /dev/null
+++ b/python/flask-paginate/README
@@ -0,0 +1,2 @@
+Paginate support for flask framework (study from will_paginate).
+Use bootstrap for css framework It requires Python2.6+ as string.format syntax.