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`