mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Add doc blocks for web app
This commit is contained in:
parent
b56707deeb
commit
64ef1cf85c
|
@ -1,3 +1,5 @@
|
||||||
|
"""Application config module."""
|
||||||
|
|
||||||
from django.apps import AppConfig
|
from django.apps import AppConfig
|
||||||
|
|
||||||
from githubnavigator import container
|
from githubnavigator import container
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
"""Tests module."""
|
||||||
|
|
||||||
from unittest import mock
|
from unittest import mock
|
||||||
|
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
"""URLs module."""
|
||||||
|
|
||||||
from django.urls import path
|
from django.urls import path
|
||||||
|
|
||||||
from . import views
|
from . import views
|
||||||
|
|
Loading…
Reference in New Issue
Block a user