watson.framework.support.console.commands.development

class watson.framework.support.console.commands.development.Dev[source]

Development related tasks.

Example:

Provides access to the following commands during development:
  • runserver
runserver(host, port, noreload)[source]

Runs the development server for the current application.

Parameters:
  • host – The host to bind to
  • port – The port to run on
shell()[source]

Run an interactive shell based on the current application.

The current application can be accessed via app.