当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
90 Star 247 Fork 105

weihaoxuan / Aclsm
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
weihaoxuan 提交于 2017-12-15 18:10 . 修复bug 新增部署文档
#!/bin/bash
echo '初始化数据库表和登陆账户'
python manage.py makemigrations
python manage.py migrate
echo "from Integrated.models import UserProfile as User; User.objects.create_superuser(username='ACLSM', email='aclsm@aclsm.com', password='aclsm.com')" | python manage.py shell
echo '默认登录账号密码为:aclsm@aclsm.com/aclsm.com'
Python
1
https://gitee.com/weihaoxuan/Aclsm.git
git@gitee.com:weihaoxuan/Aclsm.git
weihaoxuan
Aclsm
Aclsm
master

搜索帮助