Install and configure Django Channels to enable WebSocket handling in the project, establishing a foundational layer for real-time communication between client and server.
Tasks:
Install Django Channels and Redis as the channel layer.
Configure Django settings to include Django Channels and the Redis channel layer.
Implement a basic WebSocket consumer to ensure setup accuracy.
Description:
Install and configure Django Channels to enable WebSocket handling in the project, establishing a foundational layer for real-time communication between client and server.
Tasks: