You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: