Files
django-stubs/django-stubs-generated/contrib/staticfiles/apps.pyi
2018-11-10 17:49:18 +03:00

17 lines
319 B
Python

from typing import Any, Optional
from django.apps import AppConfig
class StaticFilesConfig(AppConfig):
apps: None
label: str
models: None
models_module: None
module: Any
path: str
name: str = ...
verbose_name: Any = ...
ignore_patterns: Any = ...
def ready(self) -> None: ...