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
I have environments as below:
Pyhton: 3.6.8
Djnago: 2.2.12
django-model-utils: 2.6.1
django-braces: 1.12.0
Machine : Windows 10
I wanted to setup this project locally but I didn't get success.
I have setup server and the server using python manage.py run_chat_server . The Server sun without any issue.
After that I setup client and wanted to see the ui but unable to to that. Please guide me how to setup server / client code, because I am seeing dependency in the client code i.e. { "model": "django_private_chat.message", "pk": 2, "fields": { "created": "2017-02-12T11:29:26.369Z", "modified": "2017-02-12T11:29:26.374Z", "is_removed": false, "dialog": 2, "sender": 2, "text": "some text" } }
Hi All,
I have environments as below:
Pyhton: 3.6.8
Djnago: 2.2.12
django-model-utils: 2.6.1
django-braces: 1.12.0
Machine : Windows 10
I wanted to setup this project locally but I didn't get success.
I have setup server and the server using
python manage.py run_chat_server
. The Server sun without any issue.After that I setup client and wanted to see the ui but unable to to that. Please guide me how to setup server / client code, because I am seeing dependency in the client code i.e.
{ "model": "django_private_chat.message", "pk": 2, "fields": { "created": "2017-02-12T11:29:26.369Z", "modified": "2017-02-12T11:29:26.374Z", "is_removed": false, "dialog": 2, "sender": 2, "text": "some text" } }
Client
Server
Please guide me how may I setup server client locally.
Thanks in advance... :-)
The text was updated successfully, but these errors were encountered: