Make a little fix in django example docs page

This commit is contained in:
Roman Mogylatov 2020-10-05 16:35:02 -04:00
parent ba32075e35
commit 68334008e5

View File

@ -76,7 +76,7 @@ Container is wired to the ``views`` module in the app config ``web/apps.py``:
.. literalinclude:: ../../examples/miniapps/django/web/apps.py
:language: python
:emphasize-lines: 12
:emphasize-lines: 13
Tests
-----