fluxscoreboard.routes¶
Route Definition¶
All routes of the application in a list. Each item consists of the route name
and its path in a tuple: (route_name, path). These are then mapped to a
view via the pyramid.view.view_config decorator. See
Routing and Views for an explanation of how to create routes and work with
them.