添加自动安装脚本,方便快速部署上线。

调整部分代码,之前scheme是写死的https,考虑可能会有使用http,所以改成从request.scheme中取。
添加uwsgi启动脚本
This commit is contained in:
pwdselfservice
2020-04-01 17:28:51 +08:00
parent fa8beccc12
commit 1352586d70
33 changed files with 913 additions and 168 deletions

View File

@@ -1,6 +1,6 @@
Django==2.1.8
dingtalk-sdk>=1.2.2
pycrypto==2.6
pycrypto>=2.6
cryptography
ldap3
requests