Add flaks tutorial link to the DI in Python page

This commit is contained in:
Roman Mogylatov 2020-07-20 16:55:53 -04:00
parent b69a7606fd
commit cf9bccced8
2 changed files with 13 additions and 1 deletions

View File

@ -126,6 +126,16 @@ using :doc:`Dependency Injector <../index>`:
.. literalinclude:: ../../examples/miniapps/engines_cars/example_ioc_containers.py .. literalinclude:: ../../examples/miniapps/engines_cars/example_ioc_containers.py
:language: python :language: python
What's next?
~~~~~~~~~~~~
Choose one of the following as a next step:
+ Pass the dependency injection :ref:`flask-tutorial`.
+ Look at the other dependency injection :ref:`tutorials`.
+ Know more about the :ref:`providers`.
+ Go to the :ref:`contents`.
Useful links Useful links
~~~~~~~~~~~~ ~~~~~~~~~~~~

View File

@ -1,3 +1,5 @@
.. _flask-tutorial:
Flask tutorial Flask tutorial
============== ==============
@ -1107,7 +1109,7 @@ dependencies in one place:
What's next? What's next?
- Look at the other tutorials :ref:`tutorials`. - Look at the other :ref:`tutorials`.
- Know more about the :ref:`providers`. - Know more about the :ref:`providers`.
- Go to the :ref:`contents`. - Go to the :ref:`contents`.