distribute_due_dates_lti:LTI实施分配到期日 源码
StrongMind LTI Shell应用程序 克隆此存储库以制作与Canvas兼容的StrongMind LTI应用程序。 设置 该项目使用Python 3.7,Flask,并使用无服务器部署到AWS Lambda 虚拟环境 创建使用Python 3.7的虚拟环境: python3 -m venv env source env/bin/activate 从需求文件安装依赖项。 pip install -r requirements.txt 创建本地设置文件 从settings.py.template创建settings.py cp settings.py.template settings.py 将您的值添加到设置文件。 至少,开发人员需要输入CONSUMER_KEY,SHARED_SECRET和secret_key。 Flask使用secret_key,但是在设置LTI时将使用
文件列表
distribute_due_dates_lti-main.zip
(预估有个43文件)
distribute_due_dates_lti-main
.gitignore
2KB
templates
launch.html
68B
error.html
102B
index.html
69B
lti.xml
2KB
base.html
823B
package.json
718B
requirements.txt
791B
暂无评论