Files
django-stubs/django/core/checks/templates.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

11 lines
260 B
Python

from django.core.checks.messages import Error
from typing import (
Any,
List,
)
def check_setting_app_dirs_loaders(app_configs: None, **kwargs) -> List[Any]: ...
def check_string_if_invalid_is_string(app_configs: None, **kwargs) -> List[Error]: ...