Download How to change the Django default runserver port? book pdf free download link or read online here in PDF. Read online How to change the Django default runserver port? book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
from django.conf import settings from django.core.management.commands import runserver class Command(runserver.Command): default_port = settings.RUNSERVER_PORT I'm loading the default port form settings here (which in turn reads other configuration files), but you could just as well read it from some other file directly.
Read : How to change the Django default runserver port? pdf book online Select one of servers for direct link: |
---|