django_aws_api_gateway_websockets.mixins module¶
- class django_aws_api_gateway_websockets.mixins.AddWebSocketRouteToContextMixin[source]¶
Bases:
objectAdds the APIGateway Route to the Content
- channel_name = ''¶
- websocket_route_key = 'default'¶
- class django_aws_api_gateway_websockets.mixins.AppChannelWebSocketMixin[source]¶
Bases:
AddWebSocketRouteToContextMixinAdds the websocket setup where the route key and channel name are the name of the app containing the view that extends this class
- app_channel_override = None¶
- request = None¶