mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 04:54:48 +08:00
12 lines
270 B
Python
12 lines
270 B
Python
from django.apps.registry import Apps
|
|
from django.contrib.sites.apps import SitesConfig
|
|
|
|
|
|
def create_default_site(
|
|
app_config: SitesConfig,
|
|
verbosity: int = ...,
|
|
interactive: bool = ...,
|
|
using: str = ...,
|
|
apps: Apps = ...,
|
|
**kwargs
|
|
) -> None: ... |