djmvc_debug

class djmvc_debug.views.ControllerListView(**kwargs)[source]

Bases: DebugListMixin, ListView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

class djmvc_debug.views.URLListView(**kwargs)[source]

Bases: DebugListMixin, ListView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

class djmvc_debug.views.RoutingDebugController[source]

Bases: Controller