def as_view_func(*args, **kwargs): return None class LoginView: as_view = as_view_func class LogoutView: as_view = as_view_func