autowisp.browser_interface.start module

Class Inheritance Diagram

Inheritance diagram of ArgumentParser, DefaultsFormatter, HTTPConnection

Start django server wait to initialize and open in browser.

autowisp.browser_interface.start.find_free_port(hostname='localhost')[source]

Find an available port by binding to port 0.

autowisp.browser_interface.start.parse_command_line()[source]

Return command line configuration.

autowisp.browser_interface.start.start_server()[source]

Starts the Django development server.

autowisp.browser_interface.start.wait_for_server(hostname, port)[source]

Waits for the Django server to respond to requests.