summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjoonn Sharma <theSage21@users.noreply.github.com>2020-05-05 10:11:17 +0530
committerMarcel Hellkamp <marc@gsites.de>2020-12-31 16:51:49 +0100
commit1b54afbc42e2d7b5f42ce659e66a71e65d0328b3 (patch)
tree900f9eb6fabef4c895721f0f7a30f443a237dfba
parent25683b1eb3d54e095071e1b92bc9c747aa26f18b (diff)
downloadbottle-1b54afbc42e2d7b5f42ce659e66a71e65d0328b3.tar.gz
Add bottle tools to plugins page
-rw-r--r--docs/plugins/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst
index ada5833..783d0ba 100644
--- a/docs/plugins/index.rst
+++ b/docs/plugins/index.rst
@@ -77,5 +77,8 @@ Have a look at :ref:`plugins` for general questions about plugins (installation,
`Bottle-errorsrest <https://github.com/agalera/bottle-errorsrest>`_
All errors generated from bottle are returned in json
+`Bottle-tools <https://github.com/theSage21/bottle-tools>`_
+ Decorators that auto-supply function arguments using POST/query string data.
+
Plugins listed here are not part of Bottle or the Bottle project, but developed and maintained by third parties.