Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup server & client on single machine #53

Open
DineshGuptaa opened this issue Apr 6, 2020 · 0 comments
Open

Setup server & client on single machine #53

DineshGuptaa opened this issue Apr 6, 2020 · 0 comments

Comments

@DineshGuptaa
Copy link

DineshGuptaa commented Apr 6, 2020

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

D:.                       
├───.idea                 
│   └───inspectionProfiles
├───channel_pyclient      
│   └───__pycache__       
├───custom_app            
│   └───migrations 
├───fixtures
├───static
│   ├───css
│   ├───fonts
│   └───js
└───templates
	├───custom_app
	└───django_private_chat  

Server

    D:.
    ├───.idea                      
    ├───django_private_chat           
    │   ├───management         
    │   │   ├───commands       
    │   │   │   └───__pycache__
    │   │   └───__pycache__    
    │   ├───migrations         
    │   │   └───__pycache__    
    │   ├───static             
    │   │   └───django_private_chat   
    │   │       ├───css        
    │   │       ├───img        
    │   │       └───js         
    │   ├───templates          
    │   │   └───django_private_chat   
    │   └───__pycache__        
    └───web_chat               
        └───__pycache__

Please guide me how may I setup server client locally.

Thanks in advance... :-)

@DineshGuptaa DineshGuptaa changed the title Setup server client on single machine Setup server & client on single machine Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant