Add references to FastAPI + Redis example

This commit is contained in:
Roman Mogylatov 2021-01-08 08:14:23 -05:00
parent 8e25a0d362
commit ef0657426a
2 changed files with 3 additions and 0 deletions

View File

@ -157,6 +157,8 @@ Choose one of the following:
- `Flask example <https://python-dependency-injector.ets-labs.org/examples/flask.html>`_
- `Aiohttp example <https://python-dependency-injector.ets-labs.org/examples/aiohttp.html>`_
- `Sanic example <https://python-dependency-injector.ets-labs.org/examples/sanic.html>`_
- `FastAPI example <https://python-dependency-injector.ets-labs.org/examples/fastapi.html>`_
- `FastAPI + Redis example <https://python-dependency-injector.ets-labs.org/examples/fastapi-redis.html>`_
Tutorials
---------

View File

@ -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`