Add section "Useful links" to di_in_python.rst
This commit is contained in:
parent
50b38fd905
commit
93e695d93b
|
@ -130,5 +130,15 @@ using :doc:`Dependency Injector <../index>`:
|
|||
:language: python
|
||||
:linenos:
|
||||
|
||||
Userful links
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
There are some useful links related to dependency injection design pattern
|
||||
that could be used for further reading:
|
||||
|
||||
+ https://en.wikipedia.org/wiki/Dependency_injection
|
||||
+ https://martinfowler.com/articles/injection.html
|
||||
+ https://github.com/ets-labs/python-dependency-injector
|
||||
+ https://pypi.python.org/pypi/dependency_injector
|
||||
|
||||
.. disqus::
|
||||
|
|
Loading…
Reference in New Issue