mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-09 15:42:23 +03:00
Add flaks tutorial link to the DI in Python page
This commit is contained in:
parent
b69a7606fd
commit
cf9bccced8
|
@ -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
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
@ -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`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user