improved version

This commit is contained in:
Maxim Kurnikov
2018-07-29 20:06:41 +03:00
parent c180555415
commit 89bb6eac75
160 changed files with 1007 additions and 607 deletions

View File

@@ -1,14 +1,17 @@
from django.core.mail.backends.locmem import EmailBackend
from logging import LogRecord
from typing import (
Any,
Callable,
Dict,
List,
Union,
)
def configure_logging(logging_config: str, logging_settings: Dict[str, Any]) -> None: ...
def configure_logging(
logging_config: str,
logging_settings: Dict[str, Union[int, Dict[str, Dict[str, str]], Dict[str, Dict[str, Union[str, List[str]]]], Dict[str, Dict[str, Union[List[str], str, bool]]]]]
) -> None: ...
def log_response(