Skip to content

一个django项目的web终端实现

Notifications You must be signed in to change notification settings

shangzekai/webterminal

 
 

Repository files navigation

webterminal

在django项目中web终端的实现

启动django服务

  • 安装依赖包:pip install -r requirement.txt
  • websocket服务器配置:指定settings.py里websocket所需要的redis服务器信息
  • 启动服务:进入项目根目录,执行 start_server.bat 或 start_server.sh

启动vue前端服务

效果图

About

一个django项目的web终端实现

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.7%
  • Python 27.0%
  • Vue 11.1%
  • Other 1.2%