Views

class LoginLogoutMixin[source]

Bases: 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: LoginLogoutMixin, DetailView

model

alias of PokerSession

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

Insert the single object into the context dict.

class IndexView(**kwargs)[source]

Bases: LoginLogoutMixin, ListView