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
What do I do next? I created a new dialog in the admin. Using django_private_chat(previous version) docs I found the url to see the dialogs at http://127.0.0.1:8600/dialogs/ but i just see this when i open this url:
Where do I go from here? Do i need to make a view for dialogs? Do I need to run some commands like run_chat_server? Am I missing something? I am completely lost
The text was updated successfully, but these errors were encountered:
Description
I want to make it work in my project
What I Did
I followed the instructions with adding the django_private_chat2 to the settings, added urls, asgi stuff, and added this to my base template:
What do I do next? I created a new dialog in the admin. Using django_private_chat(previous version) docs I found the url to see the dialogs at http://127.0.0.1:8600/dialogs/ but i just see this when i open this url:
Where do I go from here? Do i need to make a view for dialogs? Do I need to run some commands like
run_chat_server
? Am I missing something? I am completely lostThe text was updated successfully, but these errors were encountered: