mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-25 02:57:14 +08:00
5 lines
158 B
Python
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]: ... |