django-webssh icon indicating copy to clipboard operation
django-webssh copied to clipboard

django + django_channles 实现的 webssh

Results 4 django-webssh issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/87740466/129172571-86a38fba-830d-498f-ada0-3520d8054809.png) please help to solve it my environment is as below image ![image](https://user-images.githubusercontent.com/87740466/129176785-2a962c86-a104-4393-aaaa-ee335672451a.png)

Hi Huyuan, I'm using your library in the platform that I'm developing to configure network devices to connect by web SSH connection to devices. It's a nice library! Excellent job!...

django-webssh/webssh/django_webssh/tools/channel/websocket.py文件中这个哪来的啊 from channels.generic.websocket import WebsocketConsumer

请教一下,之前我做的WebSSH里会因为MySQL的wait_timeout值太小导致连接失败,请问websocket是再下django启动的时候就连接上了Mysq开始计算wait_timeout的时间了么?