w

Results 3 comments of w

提一句:DjangoUeditor出现bug,设法去修改django的源码是非常不明智的。 解决方法: 将DjangoUeditor中的render方法加上一些可选参数就好了, 路径为: `DjangoUeditor/widget.py` 将: ``` def render(self, name, value, attrs=None): ``` 改为: ``` def render(self, name, value, attrs=None, *args, **kwargs): ```

@DenysZP Have you run it?

谢谢建议 snappy已支持 客户端服务端都需要更新: ``` pip3 install https://github.com/sazima/proxynt/archive/refs/heads/snappy.zip pip3 install python-snappy ``` 客户端配置: ```json { "server": { "url": "ws://192.168.9.224:18888/websocket_path", "password": "helloworld", "compress": true }, "client_name": "windows10_sql", "log_file": "/var/log/nt/nt.log" } ```