Models#

class task_management.models.Board(*args, **kwargs)[source]#

Model representing a board.

exception DoesNotExist#
exception MultipleObjectsReturned#
get_absolute_url()[source]#

Return the absolute URL to view the board.

class task_management.models.List(*args, **kwargs)[source]#

Model representing a list.

exception DoesNotExist#
exception MultipleObjectsReturned#
get_absolute_url()[source]#

Return the absolute URL to view the list.

class task_management.models.Task(*args, **kwargs)[source]#

Model representing a task.

exception DoesNotExist#
exception MultipleObjectsReturned#
get_absolute_url()[source]#

Return the absolute URL to view the task.