Skip to content

supersheng/dashboard

 
 

Repository files navigation

创建虚拟环境

conda create --prefix=D:\envs\djangotest python=3.6 activate D:\envs\djangotest

安装依赖

pip install -r requirements.txt

安装数据库

python manage.py migrate

运行测试

python manage.py runserver

About

kubernetes dashboard for devops

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 70.9%
  • Python 14.2%
  • JavaScript 8.5%
  • CSS 6.4%