1 Star 0 Fork 1

BluewhaleRobot / galileo_api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.sh 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoqiang 提交于 2019-06-04 09:39 . add websocket server
#!/bin/bash
# @Author: randoms
# @Date: 2017-08-01
# @Email: randoms@randoms.me
# @Project: galileo
# @Last modified by: randoms
# @Last modified time: 2017-08-31
# @Copyright: © 2015-2017 Blue Whale Technology all rights reserved
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
source ./venv/bin/activate
# django test has dependencies on current working directory
cd galileo
../venv/bin/python ./manage.py $@
1
https://gitee.com/BluewhaleRobot/galileo_api.git
git@gitee.com:BluewhaleRobot/galileo_api.git
BluewhaleRobot
galileo_api
galileo_api
ugly

搜索帮助