weblearn
1.0.0
이 프로젝트는 Django에서 REST API 호출을 수행하는 방법을 보여주기 위해 설정되었습니다.
구성하려면:
https://docs.python.org/3.7/using/index.html을 참조하세요.
https://docs.djangoproject.com/en/3.0/topics/install/을 참조하세요.
config_template.py
config.py
에 복사하고 정보를 입력합니다.
adict = {
"learn_rest_fqdn" : "your.learnserver.net",
"learn_rest_key" : "Your REST API KEY GOES HERE NOT Mine",
"learn_rest_secret" : "Your REST API SECRET GOES HEREer",
}
mylearn.blackboard.edu
사용). ~/ngrok tls -region=us -hostname=www.avinyet.com -key ~/avinet.rsaprivatekey.pem -crt ~/avinet.fullchaincert.pem 8000
pip install -r requirements.txt
실행하세요. 다음으로 python manage.py migrate
실행하여 마이그레이션을 적용합니다. 마지막으로 python manage.py runserver
로 서버를 시작합니다.