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

5 lines
158 B
Python

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