1 Star 0 Fork 53

codecopy / rssant

forked from AnyAnt / rssant 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
runserver.sh 220 Bytes
一键复制 编辑 原始数据 按行查看 历史
guyskk 提交于 2020-05-23 23:29 . fix runserver auto reload
#!/bin/bash
while true; do
python manage.py runserver 0.0.0.0:6788
if [ $? -eq 0 ]; then
break
fi
echo '* ----------------------------------------------------------------------'
sleep 3
done
Python
1
https://gitee.com/codecopy/rssant.git
git@gitee.com:codecopy/rssant.git
codecopy
rssant
rssant
master

搜索帮助