justdjango / justchat

A chat application built with Django channels.
267 stars 237 forks source link

Chat application between user and customersCppBuzz | Forum #19

Open nishtha03 opened 4 years ago

nishtha03 commented 4 years ago

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?