34 Star 129 Fork 65

腾讯蓝鲸智云 / bk-sops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
run:
python manage.py runserver 0.0.0.0:8000
flake8:
flake8 --config=.flake8 .
celery:
python manage.py celery worker --settings=settings -l info -c 4 --autoreload
beat:
python manage.py celery beat
cache:
python manage.py createcachetable
redis:
redis-server
kill:
taskkill -f -im python
taskkill -f -im python.exe
Python
1
https://gitee.com/Tencent-BlueKing/bk-sops.git
git@gitee.com:Tencent-BlueKing/bk-sops.git
Tencent-BlueKing
bk-sops
bk-sops
master

搜索帮助