Created
April 21, 2022 15:18
-
-
Save dublado/f9a2b5ab96073dd7ce4371be46c8ecc4 to your computer and use it in GitHub Desktop.
django runserver port and addr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.core.management.commands.runserver import Command as runserver | |
runserver.default_port = "8008" | |
runserver.default_addr = "0.0.0.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment