From ef0657426a13bb90e16aed66d354e9582c549988 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 8 Jan 2021 08:14:23 -0500 Subject: [PATCH] Add references to FastAPI + Redis example --- README.rst | 2 ++ docs/introduction/di_in_python.rst | 1 + 2 files changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 4af89beb..5becd1a6 100644 --- a/README.rst +++ b/README.rst @@ -157,6 +157,8 @@ Choose one of the following: - `Flask example `_ - `Aiohttp example `_ - `Sanic example `_ +- `FastAPI example `_ +- `FastAPI + Redis example `_ Tutorials --------- diff --git a/docs/introduction/di_in_python.rst b/docs/introduction/di_in_python.rst index 1a1daf07..bf8d7f0c 100644 --- a/docs/introduction/di_in_python.rst +++ b/docs/introduction/di_in_python.rst @@ -287,6 +287,7 @@ Choose one of the following as a next step: - :ref:`aiohttp-example` - :ref:`sanic-example` - :ref:`fastapi-example` + - :ref:`fastapi-redis-example` - Pass the tutorials: - :ref:`flask-tutorial` - :ref:`aiohttp-tutorial`