Files
django-stubs/django-stubs-generated/contrib/staticfiles/apps.pyi
2018-12-03 18:52:44 +03:00

16 lines
318 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: ...