From d04a506bff6bd4e3ef83ebb168fcc9b4a66d7f07 Mon Sep 17 00:00:00 2001 From: Alexander Pantyukhin Date: Wed, 16 May 2018 14:33:08 +0400 Subject: [PATCH] add third party extensions section into the README.rst (#286) * add third party extensions section into the README.rst * update docs --- README.rst | 7 +++++++ docs/index.rst | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 6a2bf3db..25077daf 100644 --- a/README.rst +++ b/README.rst @@ -101,6 +101,13 @@ Run tests with:: $ pytest -sv tests/ +Third party extensions +---------------------- + +* `aiohttp_session_mongo + `_ + + License ------- diff --git a/docs/index.rst b/docs/index.rst index c4aaeb3a..c9d629b6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -122,6 +122,13 @@ Dependencies :class:`~aiohttp_session.redis_storage.RedisStorage`. +Third party extensions +---------------------- + +* `aiohttp_session_mongo + `_ + + License -------