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

18 lines
327 B
Python

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