from django_eventstream.channelmanager import DefaultChannelManager class DeploymentChannelManager(DefaultChannelManager): def can_read_channel(self, user, channel): return user is not None and user.is_authenticated