mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 01:45:59 +08:00
Add properties to runserver.Command (#135)
This commit is contained in:
committed by
Nikita Sobolev
parent
0545c2d3ea
commit
7bf1664307
@@ -1,3 +1,7 @@
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
class Command(BaseCommand): ...
|
||||
class Command(BaseCommand):
|
||||
default_addr: str = ...
|
||||
default_addr_ipv6: str = ...
|
||||
default_port: int = ...
|
||||
protocol: str = ...
|
||||
|
||||
Reference in New Issue
Block a user