mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
8 lines
194 B
Python
8 lines
194 B
Python
from django.core.management.base import BaseCommand
|
|
|
|
class Command(BaseCommand):
|
|
default_addr: str = ...
|
|
default_addr_ipv6: str = ...
|
|
default_port: int = ...
|
|
protocol: str = ...
|