I want to create a chat application with the help of Django-channels. Here I have two models users and customers.where user has credentials and customers don\'t have credentials...I want to establish a connection between users and customers
So can I create an application without logging in from the customer side?
Hi ,
I want to create a chat application with the help of Django-channels. Here I have two models users and customers.where user has credentials and customers don\'t have credentials...I want to establish a connection between users and customers
So can I create an application without logging in from the customer side?