Views

class LoginLogoutMixin[source]

Bases: django.contrib.auth.mixins.LoginRequiredMixin

get_logout_url() str[source]

Determine the logout URL which can be used by users to log out.

Returns

The URL which can be used by users to log out.

class PokerSessionView(**kwargs)[source]

Bases: planning_poker.views.LoginLogoutMixin, django.views.generic.detail.DetailView

model

alias of planning_poker.models.PokerSession

get_context_data(**kwargs) Dict[str, Any][source]

Insert the single object into the context dict.

class IndexView(**kwargs)[source]

Bases: planning_poker.views.LoginLogoutMixin, django.views.generic.list.ListView