class documentation

class LoginRequiredMixin(AccessMixin):

View In Hierarchy

Verify that the current user is authenticated.
Method dispatch Undocumented

Inherited from AccessMixin:

Method get​_login​_url Override this method to override the login_url attribute.
Method get​_permission​_denied​_message Override this method to override the permission_denied_message attribute.
Method get​_redirect​_field​_name Override this method to override the redirect_field_name attribute.
Method handle​_no​_permission Undocumented
Class Variable login​_url Undocumented
Class Variable permission​_denied​_message Undocumented
Class Variable raise​_exception Undocumented
def dispatch(self, request, *args, **kwargs):

Undocumented