70 Star 364 Fork 154

残源 / SecurityManageFramwork

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
init.sh 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
残源 提交于 2020-12-31 15:40 . 初始化项目
#!/bin/bash -e
python3.8 -m pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
python3.8 manage.py makemigrations
python3.8 manage.py migrate
python3.8 initdata.py
python3.8 manage.py collectstatic --noinput
python3.8 manage.py createsuperuser
python3.8 manage.py runserver 0.0.0.0:8000 --insecure >> logs/runserver.log &
Python
1
https://gitee.com/gy071089/SecurityManageFramwork.git
git@gitee.com:gy071089/SecurityManageFramwork.git
gy071089
SecurityManageFramwork
SecurityManageFramwork
upgrade

搜索帮助